Jpp
19.0.0
the software that should make you happy
|
Auxiliary class to handle pointer to match function. More...
#include <JMatch.hh>
Public Types | |
typedef bool(* | pFun )(const JHit_t &, const JHit_t &) |
pointer to match function More... | |
typedef JClonable< JClonable_t > ::clone_type | clone_type |
Public Member Functions | |
JMatchHelper (pFun 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 | |
pFun | match |
Auxiliary class to handle pointer to match function.
typedef bool(* JTRIGGER::JMatchHelper< JHit_t >::pFun)(const JHit_t &, const JHit_t &) |
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
Constructor.
match | pointer to match function |
|
inlineoverridevirtual |
Match operator.
first | hit |
second | hit |
Definition at line 98 of file JMatch.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, JPHYSICS::JPD0Transformer_t< JArgument_t >, JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer, JPHYSICS::JPDFTransformer_t< JArgument_t >, JLANG::JClonable< JMatch< hit_type > >, JLANG::JClonable< JMatch< hit_type >, JMatch3D >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 > >, JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >, and JLANG::JClonable< JMatch< hit_type >, JMatch1D >.
Definition at line 69 of file JClonable.hh.
|
protected |