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

DigitizerAdderActor

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.ActorBase

Equivalent 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.

type_name = 'DigitizerAdderActor'[source]
static set_default_user_info(user_info)[source]
__del__()[source]
__str__()[source]
set_group_by_depth()[source]
StartSimulationAction()[source]
EndSimulationAction()[source]