Jpp
18.5.0
the software that should make you happy
|
Trigger parameters. More...
#include <JTrigger3N.hh>
Public Member Functions | |
JParameters (const bool option, const int number_of_hits, const int number_of_modules, const double Tmax_ns, const JOmega3D &omega, const match_type &match3d, const match_type &match1d, const int factory_limit) | |
Constructor. More... | |
Public Attributes | |
bool | enabled |
int | numberOfHits |
int | numberOfModules |
double | TMaxEvent_ns |
JRotator3D | rotator |
JMatch_t | match3D |
JMatch_t | match1D |
int | factoryLimit |
Trigger parameters.
Definition at line 51 of file JTrigger3N.hh.
|
inline |
Constructor.
option | enable/disable trigger |
number_of_hits | minimal number of hits to trigger event |
number_of_modules | minimal number of modules to trigger event |
Tmax_ns | maximal time between first and last hit [ns] |
omega | set of directions |
match3d | 3D match operator |
match1d | 1D match operator |
factory_limit | maximal number of hits to apply trigger logic (above this limit, always trigger) |
Definition at line 65 of file JTrigger3N.hh.
bool JTRIGGER::JTrigger3N::JParameters::enabled |
Definition at line 84 of file JTrigger3N.hh.
int JTRIGGER::JTrigger3N::JParameters::numberOfHits |
Definition at line 85 of file JTrigger3N.hh.
int JTRIGGER::JTrigger3N::JParameters::numberOfModules |
Definition at line 86 of file JTrigger3N.hh.
double JTRIGGER::JTrigger3N::JParameters::TMaxEvent_ns |
Definition at line 87 of file JTrigger3N.hh.
JRotator3D JTRIGGER::JTrigger3N::JParameters::rotator |
Definition at line 88 of file JTrigger3N.hh.
JMatch_t JTRIGGER::JTrigger3N::JParameters::match3D |
Definition at line 89 of file JTrigger3N.hh.
JMatch_t JTRIGGER::JTrigger3N::JParameters::match1D |
Definition at line 90 of file JTrigger3N.hh.
int JTRIGGER::JTrigger3N::JParameters::factoryLimit |
Definition at line 91 of file JTrigger3N.hh.