Data structure for L2 parameters.
More...
#include <JTriggerParameters.hh>
Data structure for L2 parameters.
Definition at line 32 of file JTriggerParameters.hh.
JTRIGGER::JL2Parameters::JL2Parameters |
( |
| ) |
|
|
inline |
JTRIGGER::JL2Parameters::JL2Parameters |
( |
const int |
numberOfHits, |
|
|
const double |
TMaxLocal_ns, |
|
|
const double |
ctMin |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
numberOfHits | minimal number of hits |
TMaxLocal_ns | maximal time difference [ns] |
ctMin | minimal cosine space angle between PMT axes |
Definition at line 51 of file JTriggerParameters.hh.
double ctMin
minimal cosine space angle between PMT axes
int numberOfHits
minimal number of hits
double TMaxLocal_ns
maximal time difference [ns]
virtual JTRIGGER::JL2Parameters::~JL2Parameters |
( |
| ) |
|
|
inlinevirtual |
void JTRIGGER::JL2Parameters::reset |
( |
| ) |
|
|
inline |
Reset L2 parameters.
Definition at line 71 of file JTriggerParameters.hh.
double ctMin
minimal cosine space angle between PMT axes
int numberOfHits
minimal number of hits
double TMaxLocal_ns
maximal time difference [ns]
bool JTRIGGER::JL2Parameters::equals |
( |
const JL2Parameters & |
parameters | ) |
const |
|
inline |
Equality.
- Parameters
-
- Returns
- true if equals; else false
Definition at line 85 of file JTriggerParameters.hh.
89 this->ctMin == parameters.
ctMin);
double ctMin
minimal cosine space angle between PMT axes
int numberOfHits
minimal number of hits
double TMaxLocal_ns
maximal time difference [ns]
bool JTRIGGER::JL2Parameters::is_valid |
( |
| ) |
const |
|
inline |
Check validity.
- Returns
- true if not-equal to default value; else false
Definition at line 98 of file JTriggerParameters.hh.
bool equals(const JL2Parameters ¶meters) const
Equality.
JL2Parameters()
Default constructor.
int JTRIGGER::JL2Parameters::numberOfHits |
double JTRIGGER::JL2Parameters::TMaxLocal_ns |
double JTRIGGER::JL2Parameters::ctMin |
The documentation for this struct was generated from the following file: