Jpp
|
Auxiliary class to check whether two consecutive hits should be joined. More...
#include <JHit.hh>
Public Member Functions | |
JMatch_t (const double Tmax_ns) | |
Constructor. More... | |
bool | operator() (const JHit &first, const JHit &second) const |
Match function. More... | |
Public Attributes | |
double | Tmax_ns |
Auxiliary class to check whether two consecutive hits should be joined.
The maximal time difference between trailing and leading edge of two consecutive hits can be interpreted as the effective two-hit resolution of a PMT/TDC.
Note that the hits should be time ordered.
|
inline |
Constructor.
Tmax_ns | maximal time difference between trailing and leading edge [ns] |