Jpp test-rotations-old
the software that should make you happy
|
1D match criterion. More...
#include <JMatch1D.hh>
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
JMatch1D (const double roadWidth_m, const double Tmax_ns=0.0) | |
Constructor. | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const override |
Match operator. | |
virtual clone_type | clone () const override |
Get clone of this object. | |
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 |
Definition at line 61 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.
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 62 of file JMatch1D.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
double JTRIGGER::JMatch1D< JHit_t >::RMax_m |
Definition at line 84 of file JMatch1D.hh.
double JTRIGGER::JMatch1D< JHit_t >::TMax_ns |
Definition at line 85 of file JMatch1D.hh.
double JTRIGGER::JMatch1D< JHit_t >::TMaxExtra_ns |
Definition at line 86 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 89 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 90 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 91 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 92 of file JMatch1D.hh.
|
mutableprivate |
Definition at line 93 of file JMatch1D.hh.