|
Jpp master_rocky-44-g75b7c4f75
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. | |
| bool | operator() (const hit_type &hit) const |
| Test match. | |
Public Attributes | |
| const hit_type & | root |
| double | TMax_ns |
Auxiliary class to match hit to root hit.
Definition at line 249 of file JShowerPrefit.hh.
|
inline |
Constructor.
| root | root hit |
| TMax_ns | maximal time [ns] |
Definition at line 256 of file JShowerPrefit.hh.
|
inline |
Test match.
| hit | hit |
Definition at line 267 of file JShowerPrefit.hh.
| const hit_type& JRECONSTRUCTION::JShowerPrefit::match_t::root |
Definition at line 272 of file JShowerPrefit.hh.
| double JRECONSTRUCTION::JShowerPrefit::match_t::TMax_ns |
Definition at line 273 of file JShowerPrefit.hh.