Jpp
|
1D match criterion. More...
#include <JMatch1D.hh>
Public Types | |
typedef JClass_t * | clone_type |
Type definition of return value of method clone(). More... | |
Public Member Functions | |
JMatch1D (const double roadWidth_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 | RMax_m |
double | TMax_ns |
double | TMaxExtra_ns |
Private Attributes | |
double | x |
double | y |
double | z |
double | d |
double | t |
1D match criterion.
This match algorithm is intented for muon signals. It is assumed that the muon direction is along the z-axis.
Definition at line 31 of file JMatch1D.hh.
|
inherited |
Type definition of return value of method clone().
Definition at line 25 of file JClonable.hh.
|
inline |
Constructor.
roadWidth_m | maximal road width [m] |
Tmax_ns | maximal extra time [ns] |
Definition at line 41 of file JMatch1D.hh.
|
inlinevirtual |
Clone object.
Implements JLANG::JClonable< JClass_t >.
Definition at line 55 of file JMatch1D.hh.
|
inlinevirtual |
Match operator.
first | hit |
second | hit |
Implements JTRIGGER::JMatch< JHit_t >.
Definition at line 68 of file JMatch1D.hh.
double JTRIGGER::JMatch1D< JHit_t >::RMax_m |
Definition at line 90 of file JMatch1D.hh.
double JTRIGGER::JMatch1D< JHit_t >::TMax_ns |
Definition at line 91 of file JMatch1D.hh.
double JTRIGGER::JMatch1D< JHit_t >::TMaxExtra_ns |
Definition at line 92 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 95 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 96 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 97 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 98 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 99 of file JMatch1D.hh.