Skip to content

Commit

Permalink
Update digitizer_and_detector_modeling.rst
Browse files Browse the repository at this point in the history
included new parameters for filtering based on the maximum z-position difference and sector distance (s) between two events.
  • Loading branch information
Oudihat-Radia authored Aug 27, 2024
1 parent c0d4ded commit e5faa90
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/digitizer_and_detector_modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,18 @@ To set up a coincidence window of 10 ns, the user should specify::

To change the default value of the minimum sector difference for valid coincidences (the default value is 2), the command line should be used::



/gate/digitizerMgr/CoincidenceSorter/Coincidences/minSectorDifference <number>
To change the default value of the maximum allowable difference in the z positions of two events (disabled by default), the command line should be used::


/gate/digitizer/Coincidences/setMaxDeltaZ <value_in_mm>

To change the default value of the maximum allowable sector distance s between two events (disabled by default), the command line should be used::


/gate/digitizer/Coincidences/setMaxS <value_in_mm>

By default, the offset value is equal to 0, which corresponds to a prompt coincidence sorter. If a delayed coincidence sorter is to be simulated, with a 100 ns time shift for instance, the offset value should be set using the command::

Expand Down

0 comments on commit e5faa90

Please sign in to comment.