YAP
|
Functor class for filtering by decay channel. More...
#include <Filters.h>
Public Member Functions | |
has_decay_channel (const DecayChannel *dc) | |
const bool | operator() (const FreeAmplitude &fa) const override |
FreeAmplitude functor. | |
const bool | operator() (const DecayChannel &dc) const override |
DecayChannel functor. | |
const bool | operator() (const std::shared_ptr< DecayChannel > dc) const |
shared_ptr<DecayChannel> functor | |
const bool | operator() (const DecayChannel *dc) const |
DecayChannel* functor. | |
const bool | operator() (const DecayingParticle &dp) const override |
DecayingParticle functor. | |
![]() | |
virtual const bool | operator() (const DecayTree &dt) const override |
DecayTree functor. | |
![]() | |
virtual const bool | operator() (const Particle &p) const override |
Particle functor. | |
Private Attributes | |
const DecayChannel * | DecayChannel_ |
DecayChannel pointer to check equality to. | |
Functor class for filtering by decay channel.
|
inline |
constructor; takes a pointer so that checking against nullptr is possible