1#ifndef __JTRIGGER__JBIND2ND__
2#define __JTRIGGER__JBIND2ND__
23 template <
class JHit_t>
33 const JHit_t& __second) :
64 template <
class JHit_t>
Base class for match operations for cluster and hit-preprocessing methods.
Auxiliary class to convert binary JMatch operator and given hit to unary match operator.
JBinder2nd(const JMatch< JHit_t > &__match, const JHit_t &__second)
Constructor.
const JMatch< JHit_t > & match
bool operator()(const JHit_t &first) const
Unary match operator.
Function object interface for hit matching.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for triggering.
JBinder2nd< JHit_t > JBind2nd(const JMatch< JHit_t > &match, const JHit_t &second)
Auxiliary method to create JBinder2nd object.