1 #ifndef __JTRIGGER__JMATCH1D__ 
    2 #define __JTRIGGER__JMATCH1D__ 
   30   template<
class JHit_t>
 
   32     public JClonable< JMatch<JHit_t>, JMatch1D<JHit_t> >
 
   42              const double Tmax_ns = 0.0) :
 
   57     virtual bool operator()(
const JHit_t& first, 
const JHit_t& second)
 const 
   59       z = first.getZ() - second.getZ();
 
   66       x = first.getX() - second.getX();
 
   67       y = first.getY() - second.getY();