![]() |
PandaRoot
|
#include <RhoMassParticleSelector.h>
Public Member Functions | |
| RhoMassParticleSelector (const char *name="RhoMassParticleSelector", Double_t cv=0, Double_t w=DBL_MAX, const char *type=nullptr) | |
| virtual | ~RhoMassParticleSelector () |
| virtual Bool_t | Accept (RhoCandidate *b) |
| virtual Bool_t | Accept (PndPidCandidate *b) |
Public Member Functions inherited from RhoParticleSelectorBase | |
| RhoParticleSelectorBase (const char *name="VAbsPidSelector", const char *type=nullptr) | |
| virtual | ~RhoParticleSelectorBase () |
| virtual void | SetCriterion (const char *crit) |
| void | SetCriterion (criterion crit) |
| void | Select (RhoCandList &l) |
| void | Select (RhoCandList &in, RhoCandList &out) |
Additional Inherited Members | |
Protected Member Functions inherited from RhoParticleSelectorBase | |
| TParticlePDG * | CPConjugate (TParticlePDG *aPart) |
| void | SetTypeAndMass (RhoCandidate *b) |
Protected Attributes inherited from RhoParticleSelectorBase | |
| TParticlePDG * | fTypePlus |
| TParticlePDG * | fTypeMinus |
| Particle type to accept. More... | |
| criterion | fCriterion |
| Particle type to accept. More... | |
Definition at line 27 of file RhoMassParticleSelector.h.
| RhoMassParticleSelector::RhoMassParticleSelector | ( | const char * | name = "RhoMassParticleSelector", |
| Double_t | cv = 0, |
||
| Double_t | w = DBL_MAX, |
||
| const char * | type = nullptr |
||
| ) |
|
inlinevirtual |
|
virtual |
Implements RhoParticleSelectorBase.
Referenced by ~RhoMassParticleSelector().
|
virtual |
Implements RhoParticleSelectorBase.