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

Functor object for filtering by parent particle. More...

#include <Filters.h>

Inheritance diagram for from:
filter_decay_channel filter_particle filter_free_amplitude filter_decay_tree

Public Member Functions

 from (const DecayingParticle &dp)
 Constructor.
 
 from (const std::shared_ptr< DecayingParticle > &dp)
 Constructor.
 
const bool operator() (const DecayTree &dt) const override
 DecayTree functor.
 
const bool operator() (const FreeAmplitude &fa) const override
 FreeAmplitude functor.
 
const bool operator() (const DecayChannel &dc) const override
 DecayChannel functor.
 
const bool operator() (const Particle &p) const override
 Particle functor.
 

Private Attributes

const DecayingParticleDecayingParticle_
 DecayingParticle to check for.
 

Detailed Description

Functor object for filtering by parent particle.


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