Skip to content

Commit

Permalink
Update digitizer_and_detector_modeling.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Oudihat-Radia authored Sep 4, 2024
1 parent 82076dd commit fc56a63
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/digitizer_and_detector_modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1304,16 +1304,14 @@ To change the default value of the maximum allowable difference in the z positio

/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>


Comment: The setMaxS command performs a similar function to minSectorDifference but is adapted for non-standard scanners, such as square-shaped ones. It is an additional option provided for the user to offer greater flexibility.
For non-standard scanners, such as square-shaped ones, you can set the minimum allowable sector distance s between two events. This option provides more flexibility than the default minimum sector difference::


/gate/digitizer/Coincidences/setMinS <value_in_mm>

This command is particularly useful for defining the minimum spatial separation required between two events in non-circular or irregular scanner geometries. The setMinS command allows users to control this parameter directly.



Expand Down

0 comments on commit fc56a63

Please sign in to comment.