YAP
|
Functor class for filtering by particle content. More...
#include <Filters.h>
Public Member Functions | |
to (const ParticleVector &daughters) | |
template<typename... Others> | |
to (std::shared_ptr< Particle > A, Others...others) | |
constructor (variadic) | |
virtual const bool | operator() (const DecayChannel &dc) const override |
DecayChannel functor. | |
virtual const bool | operator() (const DecayingParticle &dp) const override |
DecayingParticle functor. | |
![]() | |
virtual const bool | operator() (const FreeAmplitude &fa) const override |
FreeAmplitude functor. | |
![]() | |
virtual const bool | operator() (const DecayTree &dt) const override |
DecayTree functor. | |
![]() | |
virtual const bool | operator() (const Particle &p) const override |
Particle functor. | |
Protected Attributes | |
ParticleVector | Daughters_ |
Particle content to check equality to. | |
Functor class for filtering by particle content.
|
inline |
constructor
daughters | Daughter particles to check for |