Jpp
16.0.2
the software that should make you happy
|
L0 match criterion. More...
#include <JMatchL0.hh>
Public Types | |
typedef JClonable< JClonable_t > ::clone_type | clone_type |
Public Member Functions | |
JMatchL0 (const double Tmax_ns) | |
Constructor. More... | |
bool | operator() (const JHit_t &first, const JHit_t &second) const |
Match function. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Public Attributes | |
double | Tmax_ns |
L0 match criterion.
The maximal time difference between trailing and leading edge of two consecutive hits can be interpreted as the effective two-hit resolution of a PMT/TDC.
Note that the hits should be time ordered.
Definition at line 27 of file JMatchL0.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
Tmax_ns | maximal time difference between trailing and leading edge [ns] |
Definition at line 36 of file JMatchL0.hh.
|
inline |
Match function.
The template should provide for the following member methods:
double getT1() const; // time of leading edge double getT2() const; // time of traling edge
first | first hit |
second | second hit |
Definition at line 54 of file JMatchL0.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer_t< JArgument_t >, JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, and JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >.
Definition at line 69 of file JClonable.hh.
double JTRIGGER::JMatchL0< JHit_t >::Tmax_ns |
Definition at line 60 of file JMatchL0.hh.