3.1.1.1.1.7. opengate.actor.DigitizerAdderActor¶
3.1.1.1.1.7.1. Module Contents¶
3.1.1.1.1.7.1.1. Classes¶
Equivalent to Gate "adder": gather all hits of an event in the same volume. |
- class opengate.actor.DigitizerAdderActor.DigitizerAdderActor(user_info)[source]¶
Bases:
opengate_core.GateDigitizerAdderActor,opengate.ActorBaseEquivalent to Gate “adder”: gather all hits of an event in the same volume. Input: a HitsCollection, need aat least TotalEnergyDeposit and PostPosition attributes Output: a Single collections
Policies: - EnergyWinnerPosition: consider position and energy of the hit with the max energy
for all other attributes (Time, etc.): the value of the winner is used.
- EnergyWeightedCentroidPosition: computed the energy-weighted centroid position
for all other attributes (Time, etc.): the value the last seen hit is used.