Jpp
Public Types | Public Member Functions | List of all members
JTRIGGER::JMatch< JHit_t > Class Template Referenceabstract

Function object interface for hit matching. More...

#include <JMatch.hh>

Inheritance diagram for JTRIGGER::JMatch< JHit_t >:
JLANG::JClonable< JClonable_t, JDerived_t >

Public Types

typedef JClonable< JClonable_t >::clone_type clone_type
 

Public Member Functions

virtual ~JMatch ()
 Virtual destructor. More...
 
virtual bool operator() (const JHit_t &first, const JHit_t &second) const =0
 Match operator. More...
 
virtual clone_type clone () const
 Get clone of this object. More...
 

Detailed Description

template<class JHit_t>
class JTRIGGER::JMatch< JHit_t >

Function object interface for hit matching.

Definition at line 25 of file JMatch.hh.

Member Typedef Documentation

◆ clone_type

template<class JClonable_t, class JDerived_t>
typedef JClonable<JClonable_t>::clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone_type
inherited

Definition at line 61 of file JClonable.hh.

Constructor & Destructor Documentation

◆ ~JMatch()

template<class JHit_t>
virtual JTRIGGER::JMatch< JHit_t >::~JMatch ( )
inlinevirtual

Virtual destructor.

Definition at line 32 of file JMatch.hh.

33  {}

Member Function Documentation

◆ operator()()

template<class JHit_t>
virtual bool JTRIGGER::JMatch< JHit_t >::operator() ( const JHit_t &  first,
const JHit_t &  second 
) const
pure virtual

Match operator.

Parameters
firsthit
secondhit
Returns
match result

◆ clone()

template<class JClonable_t, class JDerived_t>
virtual clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone ( ) const
inlinevirtualinherited

The documentation for this class was generated from the following file: