Jpp
16.0.2
the software that should make you happy
|
3G match criterion. More...
#include <JMatch3G.hh>
Public Types | |
typedef JClonable< JClonable_t > ::clone_type | clone_type |
Public Member Functions | |
JMatch3G (const double Dmax_m, const double Tmax_ns=0.0) | |
Constructor. More... | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const override |
Match operator. More... | |
virtual clone_type | clone () const override |
Get clone of this object. More... | |
Public Attributes | |
double | DMax_m |
double | TMax_ns |
double | TMaxExtra_ns |
Private Attributes | |
double | x |
double | y |
double | z |
double | d |
double | t |
3G match criterion.
This match algorithm is intented for shower signals.
Definition at line 29 of file JMatch3G.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
Dmax_m | maximal distance traveled by photon [m] |
Tmax_ns | maximal extra time [ns] |
Definition at line 39 of file JMatch3G.hh.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 60 of file JMatch3G.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::JMatch3G< JHit_t >::DMax_m |
Definition at line 82 of file JMatch3G.hh.
double JTRIGGER::JMatch3G< JHit_t >::TMax_ns |
Definition at line 83 of file JMatch3G.hh.
double JTRIGGER::JMatch3G< JHit_t >::TMaxExtra_ns |
Definition at line 84 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 87 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 88 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 89 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 90 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 91 of file JMatch3G.hh.