Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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< JClass_t > JTRIGGER::JMatch1D< JHit_t > JTRIGGER::JMatch3B< JHit_t > JTRIGGER::JMatch3D< JHit_t > JTRIGGER::JMatch3G< JHit_t > JTRIGGER::JMatchHelper< JHit_t >

Public Types

typedef JClass_t * clone_type
 Type definition of return value of method clone(). More...
 

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 =0
 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 27 of file JMatch.hh.

Member Typedef Documentation

template<class JClass_t>
typedef JClass_t* JLANG::JClonable< JClass_t >::clone_type
inherited

Type definition of return value of method clone().

Definition at line 25 of file JClonable.hh.

Constructor & Destructor Documentation

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

Virtual destructor.

Definition at line 35 of file JMatch.hh.

36  {}

Member Function Documentation

template<class JHit_t>
virtual bool JTRIGGER::JMatch< JHit_t >::operator() ( const JHit_t &  first,
const JHit_t &  second 
) const
pure virtual
template<class JClass_t>
virtual clone_type JLANG::JClonable< JClass_t >::clone ( ) const
pure virtualinherited

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