| 
    Jpp
    17.3.1
    
   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.  More... | |
| virtual bool | operator() (const JHit_t &first, const JHit_t &second) const =0 | 
| Match operator.  More... | |
| template<class T > | |
| int | count (const JHit_t &hit, T __begin, T __end) const | 
| Get number of matches between given hit and data.  More... | |
| virtual clone_type | clone () const override | 
| Get clone of this object.  More... | |
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::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 > >, and JLANG::JClonable< JMatch< JTRIGGER::JHitR1 >, JMatch3G< JTRIGGER::JHitR1 > >.
Definition at line 69 of file JClonable.hh.
 1.8.5