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