Jpp
pmt_effective_area_update
the software that should make you happy
|
Trigger parameters. More...
#include <JTrigger3DShower_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 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 | 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 JTrigger3DShower_t.hh.
|
inline |
Default constructor.
Definition at line 30 of file JTrigger3DShower_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] |
TMaxExtra_ns | maximal extra time [ns] |
factoryLimit | maximal number of hits to apply trigger logic (above this limit, always trigger) |
Definition at line 46 of file JTrigger3DShower_t.hh.
|
inlinevirtual |
|
inline |
Reset trigger parameters.
Definition at line 71 of file JTrigger3DShower_t.hh.
|
inline |
Equality.
parameters | trigger parameters |
Definition at line 88 of file JTrigger3DShower_t.hh.
JTRIGGER::JTrigger3DShower_t::JParameters::ClassDef | ( | JParameters | , |
3 | |||
) |
bool JTRIGGER::JTrigger3DShower_t::JParameters::enabled |
enabled status of trigger
Definition at line 102 of file JTrigger3DShower_t.hh.
int JTRIGGER::JTrigger3DShower_t::JParameters::numberOfHits |
minimal number of hits to trigger event
Definition at line 103 of file JTrigger3DShower_t.hh.
int JTRIGGER::JTrigger3DShower_t::JParameters::numberOfModules |
minimal number of modules to trigger event
Definition at line 104 of file JTrigger3DShower_t.hh.
double JTRIGGER::JTrigger3DShower_t::JParameters::DMax_m |
maximal distance between PMTs [m]
Definition at line 105 of file JTrigger3DShower_t.hh.
double JTRIGGER::JTrigger3DShower_t::JParameters::TMaxExtra_ns |
maximal extra time [ns]
Definition at line 106 of file JTrigger3DShower_t.hh.
int JTRIGGER::JTrigger3DShower_t::JParameters::factoryLimit |
maximal number of hits to apply trigger logic (above this limit, always trigger
Definition at line 107 of file JTrigger3DShower_t.hh.