1 #ifndef __JTRIGGER__JMATCHL0__ 
    2 #define __JTRIGGER__JMATCHL0__ 
   14 namespace JPP { 
using namespace JTRIGGER; }
 
   26   template<
class JHit_t>
 
   28     public JClonable< JMatch<JHit_t>, JMatchL0<JHit_t> >
 
   56       return (second.getT1() > first.getT1() &&
 
   57               second.getT1() < first.getT2() + 
Tmax_ns);
 
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
 
Base class for match operations for cluster and hit-preprocessing methods. 
 
Template class for object cloning. 
 
bool operator()(const JHit_t &first, const JHit_t &second) const 
Match function. 
 
JMatchL0(const double Tmax_ns)
Constructor.