1 #ifndef __JTRIGGER__JMATCH3G__ 
    2 #define __JTRIGGER__JMATCH3G__ 
   16 namespace JPP { 
using namespace JTRIGGER; }
 
   28   template<
class JHit_t>
 
   30     public JClonable< JMatch<JHit_t>, JMatch3G<JHit_t> >
 
   40              const double Tmax_ns = 0.0) :
 
   62       t = fabs(first.getT() - second.getT());
 
   68       x = first.getX() - second.getX();
 
   69       y = first.getY() - second.getY();
 
   70       z = first.getZ() - second.getZ();
 
double getIndexOfRefraction()
Get average index of refraction of water corresponding to group velocity. 
 
virtual bool operator()(const JHit_t &first, const JHit_t &second) const override
Match operator. 
 
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. 
 
JMatch3G(const double Dmax_m, const double Tmax_ns=0.0)
Constructor. 
 
const double getInverseSpeedOfLight()
Get inverse speed of light.