1#ifndef __JTRIGGER__JTRIGGERMXSHOWER_T__
2#define __JTRIGGER__JTRIGGERMXSHOWER_T__
double Xv_m
step size for generation of vertices [m]
JParameters()
Default constructor.
double DMax_m
maximal distance between PMTs [m]
virtual ~JParameters()
Virtual destructor.
int factoryLimit
maximal number of hits to apply trigger logic (above this limit, always trigger)
int numberOfHits
minimal number of hits to trigger event
double TMaxExtra_ns
maximal extra time [ns]
bool equals(const JParameters ¶meters) const
Equality.
bool enabled
enabled status of trigger
double RMax_m
maximal distance of generated vertices to root hit [m]
int numberOfModules
minimal number of modules to trigger event
JParameters(const bool enabled, const int numberOfHits, const int numberOfModules, const double DMax_m, const double TMaxExtra_ns, const double RMax_m, const double Xv_m, const int factoryLimit)
Constructor.
void reset()
Reset trigger parameters.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
Shower trigger parameters.