YAP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
has_decay_tree Class Reference

Functor class for checking if DecayingParticle has specified DecayTree. More...

#include <Filters.h>

Inheritance diagram for has_decay_tree:
filter_decaying_particle filter_decay_tree filter_particle

Public Member Functions

 has_decay_tree (const DecayTree *dt)
 constructor
 
const bool operator() (const DecayTree &dt) const
 DecayTree functor.
 
const bool operator() (const std::shared_ptr< DecayTree > &dt) const
 shared_ptr<DecayTree> functor
 
const bool operator() (const DecayTree *dt) const
 DecayTree* functor.
 
const bool operator() (const DecayingParticle &dp) const
 DecayingParticle functor.
 
- Public Member Functions inherited from filter_decaying_particle
virtual const bool operator() (const Particle &p) const override
 Particle functor.
 

Private Attributes

const DecayTreeDecayTree_
 DecayTree pointer to search for.
 

Detailed Description

Functor class for checking if DecayingParticle has specified DecayTree.


The documentation for this class was generated from the following files: