Jpp
|
3G match criterion. More...
#include <JMatch3G.hh>
Public Types | |
typedef JClass_t * | clone_type |
Type definition of return value of method clone(). More... | |
Public Member Functions | |
JMatch3G (const double Dmax_m, const double Tmax_ns=0.0) | |
Constructor. More... | |
JMatch< JHit_t > * | clone () const |
Clone object. More... | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const |
Match operator. 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 |
Type definition of return value of method clone().
Definition at line 25 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.
|
inlinevirtual |
Clone object.
Implements JLANG::JClonable< JClass_t >.
Definition at line 53 of file JMatch3G.hh.
|
inlinevirtual |
Match operator.
first | hit |
second | hit |
Implements JTRIGGER::JMatch< JHit_t >.
Definition at line 66 of file JMatch3G.hh.
double JTRIGGER::JMatch3G< JHit_t >::DMax_m |
Definition at line 88 of file JMatch3G.hh.
double JTRIGGER::JMatch3G< JHit_t >::TMax_ns |
Definition at line 89 of file JMatch3G.hh.
double JTRIGGER::JMatch3G< JHit_t >::TMaxExtra_ns |
Definition at line 90 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 93 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 94 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 95 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 96 of file JMatch3G.hh.
|
mutableprivate |
Definition at line 97 of file JMatch3G.hh.