Jpp
|
3D match criterion. More...
#include <JMatch3D.hh>
Public Types | |
typedef JClass_t * | clone_type |
Type definition of return value of method clone(). More... | |
Public Member Functions | |
JMatch3D (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 | TMaxExtra_ns |
Private Attributes | |
double | x |
double | y |
double | z |
double | d |
double | t |
3D match criterion.
This match algorithm is intented for muon or shower signals.
Definition at line 29 of file JMatch3D.hh.
|
inherited |
Type definition of return value of method clone().
Definition at line 25 of file JClonable.hh.
|
inline |
|
inlinevirtual |
Clone object.
Implements JLANG::JClonable< JClass_t >.
Definition at line 48 of file JMatch3D.hh.
|
inlinevirtual |
Match operator.
first | hit |
second | hit |
Implements JTRIGGER::JMatch< JHit_t >.
Definition at line 61 of file JMatch3D.hh.
double JTRIGGER::JMatch3D< JHit_t >::TMaxExtra_ns |
Definition at line 73 of file JMatch3D.hh.
|
mutableprivate |
Definition at line 76 of file JMatch3D.hh.
|
mutableprivate |
Definition at line 77 of file JMatch3D.hh.
|
mutableprivate |
Definition at line 78 of file JMatch3D.hh.
|
mutableprivate |
Definition at line 79 of file JMatch3D.hh.
|
mutableprivate |
Definition at line 80 of file JMatch3D.hh.