|
YAP
|
Functor class for checking if DecayingParticle has specified DecayTree. More...
#include <Filters.h>
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 DecayTree * | DecayTree_ |
| DecayTree pointer to search for. | |
Functor class for checking if DecayingParticle has specified DecayTree.
1.8.6