1 #ifndef __JTRIGGER__JBIND2ND__ 
    2 #define __JTRIGGER__JBIND2ND__ 
   14 namespace JPP { 
using namespace JTRIGGER; }
 
   25   template <
class JHit_t>
 
   27     public std::unary_function<JHit_t, bool>
 
   37                const JHit_t&         __second) : 
 
   68   template <
class JHit_t>
 
JBinder2nd(const JMatch< JHit_t > &__match, const JHit_t &__second)
Constructor. 
bool operator()(const JHit_t &first) const 
Unary match operator. 
JBinder2nd< JHit_t > JBind2nd(const JMatch< JHit_t > &match, const JHit_t &second)
Auxiliary method to create JBinder2nd object. 
Function object interface for hit matching. 
Auxiliary class to convert binary JMatch operator and given hit to unary 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. 
const JMatch< JHit_t > & match