| 
    Jpp 19.3.0-rc.1
    
   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   | |
| typedef JClonable< JClonable_t >::clone_type | clone_type | 
Public Member Functions | |
| JMatchHelper (pFun 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 | |
| pFun | match | 
Auxiliary class to handle pointer to match function.
| 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 | 
      
  | 
  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 |