Jpp
18.0.1-rc.2
the software that should make you happy
|
Auxiliary class to match hit to root hit. More...
#include <JShowerPrefit.hh>
Public Member Functions | |
match_t (const hit_type &root, const double TMax_ns) | |
Constructor. More... | |
bool | operator() (const hit_type &hit) const |
Test match. More... | |
Public Attributes | |
const hit_type & | root |
double | TMax_ns |
Auxiliary class to match hit to root hit.
Definition at line 229 of file JShowerPrefit.hh.
|
inline |
Constructor.
root | root hit |
TMax_ns | maximal time [ns] |
Definition at line 236 of file JShowerPrefit.hh.
|
inline |
Test match.
hit | hit |
Definition at line 247 of file JShowerPrefit.hh.
const hit_type& JRECONSTRUCTION::JShowerPrefit::match_t::root |
Definition at line 252 of file JShowerPrefit.hh.
double JRECONSTRUCTION::JShowerPrefit::match_t::TMax_ns |
Definition at line 253 of file JShowerPrefit.hh.