All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
TriggerGatesInfo::TriggerGateInfo Struct Reference

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

Detailed Description

Information from a single trigger gate.

Definition at line 75 of file MakeTriggerSimulationTree_module.cc.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: