1 #ifndef __JTRIGGER__JMATCHL0__
2 #define __JTRIGGER__JMATCHL0__
26 template<
class JHit_t>
28 public JClonable< JMatch<JHit_t>, JMatchL0<JHit_t> >
54 bool operator()(
const JHit_t& first,
const JHit_t& second)
const
56 return (second.getT1() > first.getT1() &&
57 second.getT1() < first.getT2() +
Tmax_ns);
Base class for match operations for cluster and hit-preprocessing methods.
JMatchL0(const double Tmax_ns)
Constructor.
bool operator()(const JHit_t &first, const JHit_t &second) const
Match function.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
Template class for object cloning.