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.
Base class for match operations inside clusterize methods.
const JMatch< JHit_t > & match