Commit 157a30e7 authored by Håkan Wennlöf's avatar Håkan Wennlöf
Browse files

Merge branch 'b-fix-codespell' into 'v3.1-stable'

[v3.1-stable] Fix codespelling

See merge request allpix-squared/allpix-squared!1165
parents 29aa1723 a01b835f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ fluence = 3.0e15 # neq/cm^2

# This module currently does nothing than taking the collected charges at the
# sensor implants and pass it to the input of the readout chip.
# This is equivalen to a DC coupled sensor.
# This is equivalent to a DC coupled sensor.


[Timepix3Digitizer]
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ possible to reset the ROOT-internal object ID of `TRef` references after the eve
reuse the same IDs again, preventing a continuous growth of the reference table and related memory re-allocation issues.

As a consequence, when reading objects back from file in a multithreaded environment, the `TRef` has to be converted back to a C
memory pointer in the reading thread, both to prevent mixing of re-used `TRef` object IDs from different events and to avoid 
memory pointer in the reading thread, both to prevent mixing of reused `TRef` object IDs from different events and to avoid 
locking access to the central reference table when looking up the memory location from there. This is performed similarly to the 
generation of history relations, and here only relations to valid TRefs are loaded, other relations will hold a `nullptr`:

+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@ description: "Tools provided with Allpix Squared."
weight: 14
---

This chapter briefly describes tools provided with the Allpix Squared framework, which might be re-used in new modules or in
This chapter briefly describes tools provided with the Allpix Squared framework, which might be reused in new modules or in
standalone code.