Jpp  19.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
JTRIGGER::JMatchFixer< JHit_t > Class Template Reference

Auxiliary class to fix match. More...

#include <JMatchFixer.hh>

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

Public Types

typedef JClonable< JClonable_t >
::clone_type 
clone_type
 

Public Member Functions

 JMatchFixer (const bool match)
 Constructor. More...
 
virtual bool operator() (const JHit_t &first, const JHit_t &second) const override
 Match operator. More...
 
virtual clone_type clone () const override
 Get clone of this object. More...
 

Protected Attributes

bool match
 

Detailed Description

template<class JHit_t>
class JTRIGGER::JMatchFixer< JHit_t >

Auxiliary class to fix match.

Definition at line 25 of file JMatchFixer.hh.

Member Typedef Documentation

template<class JClonable_t, class JDerived_t = JNullType>
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

template<class JHit_t >
JTRIGGER::JMatchFixer< JHit_t >::JMatchFixer ( const bool  match)
inline

Constructor.

Parameters
matchmatch fixer

Definition at line 34 of file JMatchFixer.hh.

34  :
35  match(match)
36  {}

Member Function Documentation

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

Match operator.

Parameters
firsthit
secondhit
Returns
match result

Definition at line 46 of file JMatchFixer.hh.

47  {
48  return match;
49  }
template<class JClonable_t, class JDerived_t = JNullType>
virtual clone_type JLANG::JClonable< JClonable_t, JDerived_t >::clone ( ) const
inlineoverridevirtualinherited

Member Data Documentation

template<class JHit_t >
bool JTRIGGER::JMatchFixer< JHit_t >::match
protected

Definition at line 52 of file JMatchFixer.hh.


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