Jpp
15.0.1-rc.1-highqe
the software that should make you happy
|
Trigger parameters. More...
#include <JTrigger3DMuon_t.hh>
Public Member Functions | |
JParameters () | |
Default constructor. More... | |
JParameters (const bool enabled, const int numberOfHits, const int numberOfModules, const double DMax_m, const double roadWidth_m, const double gridAngle_deg, const double TMaxExtra_ns, const int factoryLimit) | |
Constructor. More... | |
virtual | ~JParameters () |
Virtual destructor. More... | |
void | reset () |
Reset trigger parameters. More... | |
bool | equals (const JParameters ¶meters) const |
Equality. More... | |
ClassDef (JParameters, 3) | |
Public Attributes | |
bool | enabled |
enabled status of trigger More... | |
int | numberOfHits |
minimal number of hits to trigger event More... | |
int | numberOfModules |
minimal number of modules to trigger event More... | |
double | DMax_m |
maximal distance between PMTs [m] More... | |
double | roadWidth_m |
maximal road width [m] More... | |
double | gridAngle_deg |
grid angle [deg] More... | |
double | TMaxExtra_ns |
maximal extra time [ns] More... | |
int | factoryLimit |
maximal number of hits to apply trigger logic (above this limit, always trigger) More... | |
Trigger parameters.
Definition at line 24 of file JTrigger3DMuon_t.hh.
|
inline |
Default constructor.
Definition at line 30 of file JTrigger3DMuon_t.hh.
|
inline |
Constructor.
enabled | enabled status of trigger |
numberOfHits | minimal number of hits to trigger event |
numberOfModules | minimal number of modules to trigger event |
DMax_m | maximal distance between PMTs [m] |
roadWidth_m | maximal road width [m] |
gridAngle_deg | grid angle [deg] |
TMaxExtra_ns | maximal extra time [ns] |
factoryLimit | maximal number of hits to apply trigger logic (above this limit, always trigger) |
Definition at line 48 of file JTrigger3DMuon_t.hh.
|
inlinevirtual |
|
inline |
Reset trigger parameters.
Definition at line 78 of file JTrigger3DMuon_t.hh.
|
inline |
Equality.
parameters | trigger parameters |
Definition at line 97 of file JTrigger3DMuon_t.hh.
JTRIGGER::JTrigger3DMuon_t::JParameters::ClassDef | ( | JParameters | , |
3 | |||
) |
bool JTRIGGER::JTrigger3DMuon_t::JParameters::enabled |
enabled status of trigger
Definition at line 113 of file JTrigger3DMuon_t.hh.
int JTRIGGER::JTrigger3DMuon_t::JParameters::numberOfHits |
minimal number of hits to trigger event
Definition at line 114 of file JTrigger3DMuon_t.hh.
int JTRIGGER::JTrigger3DMuon_t::JParameters::numberOfModules |
minimal number of modules to trigger event
Definition at line 115 of file JTrigger3DMuon_t.hh.
double JTRIGGER::JTrigger3DMuon_t::JParameters::DMax_m |
maximal distance between PMTs [m]
Definition at line 116 of file JTrigger3DMuon_t.hh.
double JTRIGGER::JTrigger3DMuon_t::JParameters::roadWidth_m |
maximal road width [m]
Definition at line 117 of file JTrigger3DMuon_t.hh.
double JTRIGGER::JTrigger3DMuon_t::JParameters::gridAngle_deg |
grid angle [deg]
Definition at line 118 of file JTrigger3DMuon_t.hh.
double JTRIGGER::JTrigger3DMuon_t::JParameters::TMaxExtra_ns |
maximal extra time [ns]
Definition at line 119 of file JTrigger3DMuon_t.hh.
int JTRIGGER::JTrigger3DMuon_t::JParameters::factoryLimit |
maximal number of hits to apply trigger logic (above this limit, always trigger)
Definition at line 120 of file JTrigger3DMuon_t.hh.