Jpp test-rotations-new
the software that should make you happy
|
Function object interface for hit matching. More...
#include <JMatch.hh>
Public Types | |
typedef JClonable< JClonable_t >::clone_type | clone_type |
Public Member Functions | |
virtual | ~JMatch () |
Virtual destructor. | |
virtual bool | operator() (const JHit_t &first, const JHit_t &second) const =0 |
Match operator. | |
template<class T > | |
int | count (const JHit_t &hit, T __begin, T __end) const |
Get number of matches between given hit and data. | |
virtual clone_type | clone () const override |
Get clone of this object. | |
Function object interface for hit matching.
|
inherited |
Definition at line 61 of file JClonable.hh.
|
inlinevirtual |
|
pure virtual |
Match operator.
first | hit |
second | hit |
|
inline |
|
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.