1 #ifndef __JTRIGGER__JMATCHFIXER__ 
    2 #define __JTRIGGER__JMATCHFIXER__ 
   24   template<
class JHit_t>
 
   26     public JClonable< JMatch<JHit_t> , JMatchFixer<JHit_t> >
 
   46     virtual bool operator()(
const JHit_t& first, 
const JHit_t& second)
 const override  
Base class for match operations for cluster and hit-preprocessing methods.
 
Auxiliary class to fix match.
 
JMatchFixer(const bool match)
Constructor.
 
virtual bool operator()(const JHit_t &first, const JHit_t &second) const override
Match operator.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Auxiliary classes and methods for triggering.
 
Template class for object cloning.