Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
virtual bool operator() (const JHit_t &first, const JHit_t &second) const override
 Match operator.
 
virtual clone_type clone () const override
 Get clone of this object.
 

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

◆ clone_type

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

◆ JMatchFixer()

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 :
36 {}

Member Function Documentation

◆ operator()()

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 }

◆ clone()

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

Member Data Documentation

◆ match

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: