Information from a single trigger gate. More...
Public Attributes | |
geo::Point_t | center |
Middle point of the center of all contributing channels. More... | |
unsigned int | nOpenings = 0U |
Number of times the gate was "open". More... | |
simulation_time | firstOpenTime = std::numeric_limits<simulation_time>::max() |
The time of the first opening on the channel, in simulation time [ns]. More... | |
Information from a single trigger gate.
Definition at line 75 of file MakeTriggerSimulationTree_module.cc.
geo::Point_t TriggerGatesInfo::TriggerGateInfo::center |
Middle point of the center of all contributing channels.
Definition at line 78 of file MakeTriggerSimulationTree_module.cc.
simulation_time TriggerGatesInfo::TriggerGateInfo::firstOpenTime = std::numeric_limits<simulation_time>::max() |
The time of the first opening on the channel, in simulation time [ns].
Definition at line 84 of file MakeTriggerSimulationTree_module.cc.
unsigned int TriggerGatesInfo::TriggerGateInfo::nOpenings = 0U |
Number of times the gate was "open".
Definition at line 81 of file MakeTriggerSimulationTree_module.cc.