|
Jpp test-rotations-new
the software that should make you happy
|
Auxiliary class to fix match. More...
#include <JMatchFixer.hh>
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 |
Auxiliary class to fix match.
Definition at line 25 of file JMatchFixer.hh.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inline |
|
inlineoverridevirtual |
Match operator.
| first | hit |
| second | hit |
Definition at line 46 of file JMatchFixer.hh.
|
inlineoverridevirtualinherited |
Get clone of this object.
Reimplemented in JPHYSICS::JPD0Transformer_t< JArgument_t >, JPHYSICS::JPDFTransformer< 2, JArgument_t >, JPHYSICS::JPDFTransformer< 3, JArgument_t >, JPHYSICS::JPDFTransformer< 4, JArgument_t >, JPHYSICS::JPDFTransformer< 5, JArgument_t >, JPHYSICS::JPDFTransformer_t< JArgument_t >, JPHYSICS::JPDGTransformer_t< JArgument_t >, and JTOOLS::JMultiMapTransformer< N, JArgument_t >::JMultiMapDefaultTransformer.
Definition at line 69 of file JClonable.hh.
|
protected |
Definition at line 52 of file JMatchFixer.hh.