FairRoot/PandaRoot
|
#include <RhoGoodTrackSelector.h>
Public Member Functions | |
RhoGoodTrackSelector (const char *name="RhoGoodTrackSelector") | |
virtual | ~RhoGoodTrackSelector () |
virtual void | PrintOn (std::ostream &o=std::cout) const |
void | SetMomentumCut (Double_t pmin, Double_t pmax=1.E8) |
void | SetPtCut (Double_t ptmin, Double_t ptmax=1.E8) |
void | SetFitCut (Double_t chi=1e9, Double_t chipm=0.0) |
void | SetPrimaryVertexCut (Double_t d, Double_t zmin, Double_t zmax) |
virtual Bool_t | Accept (RhoCandidate *)=0 |
virtual Bool_t | Accept (PndPidCandidate *)=0 |
void | SetCriterion (criterion crit) |
void | Select (RhoCandList &l) |
void | Select (RhoCandList &in, RhoCandList &out) |
Protected Member Functions | |
virtual void | SetCriterion (const char *) |
virtual Bool_t | Accept (RhoCandidate &b) |
virtual Bool_t | Accept (PndPidCandidate &b) |
TParticlePDG * | CPConjugate (TParticlePDG *aPart) |
void | SetTypeAndMass (RhoCandidate *b) |
Protected Attributes | |
TParticlePDG * | fTypePlus |
TParticlePDG * | fTypeMinus |
Particle type to accept. More... | |
criterion | fCriterion |
Particle type to accept. More... | |
Definition at line 18 of file RhoGoodTrackSelector.h.
RhoGoodTrackSelector::RhoGoodTrackSelector | ( | const char * | name = "RhoGoodTrackSelector" | ) |
Definition at line 30 of file RhoGoodTrackSelector.cxx.
|
virtual |
Definition at line 40 of file RhoGoodTrackSelector.cxx.
|
pure virtualinherited |
Implemented in RhoMassParticleSelector, RhoMinusParticleSelector, RhoMomentumParticleSelector, RhoNeutralParticleSelector, RhoPlusParticleSelector, RhoSimpleElectronSelector, RhoSimpleKaonSelector, RhoSimpleMuonSelector, RhoSimplePionSelector, RhoSimpleProtonSelector, RhoEnergyParticleSelector, PndAnaPidSelector, and RhoGoodPhotonSelector.
Referenced by PndSoftTriggerTask::AcceptCandidate(), RhoCandList::Append(), PndSimpleAnalysis::Exec(), RhoParticleSelectorBase::Select(), and RhoCandList::Select().
|
pure virtualinherited |
Implemented in RhoMassParticleSelector, RhoMinusParticleSelector, RhoMomentumParticleSelector, RhoNeutralParticleSelector, RhoPlusParticleSelector, RhoSimpleElectronSelector, RhoSimpleKaonSelector, RhoSimpleMuonSelector, RhoSimplePionSelector, RhoSimpleProtonSelector, RhoEnergyParticleSelector, PndAnaPidSelector, and RhoGoodPhotonSelector.
|
protectedvirtual |
Definition at line 44 of file RhoGoodTrackSelector.cxx.
References RhoCandidate::GetRecoCandidate().
Referenced by PndGoodTrackSelector::Accept().
|
protectedvirtual |
Reimplemented in PndGoodTrackSelector.
Definition at line 56 of file RhoGoodTrackSelector.cxx.
References fChisqMax, fChisqProbMin, fCutFit, fCutMom, fCutPt, fCutVtx, fDocaMax, fPMax, fPMin, fPtMax, fPtMin, fZMax, fZMin, PndPidCandidate::GetCharge(), PndPidCandidate::GetChiSquared(), PndPidCandidate::GetDegreesOfFreedom(), PndPidCandidate::GetMomentum(), PndPidCandidate::GetPosition(), p, and v.
|
protectedinherited |
Definition at line 129 of file RhoParticleSelectorBase.cxx.
Referenced by RhoParticleSelectorBase::RhoParticleSelectorBase(), and PndAnaPidSelector::SetSelection().
|
virtual |
Definition at line 100 of file RhoGoodTrackSelector.cxx.
References fChisqMax, fChisqProbMin, fDocaMax, fPMax, fPMin, fPtMax, fPtMin, fZMax, and fZMin.
Referenced by operator<<().
|
inherited |
|
inherited |
Definition at line 101 of file RhoParticleSelectorBase.cxx.
References RhoParticleSelectorBase::Accept(), c, RhoCandList::Cleanup(), RhoCandList::GetLength(), i, n, and RhoCandList::Put().
|
inherited |
Definition at line 89 of file RhoParticleSelectorBase.cxx.
References RhoParticleSelectorBase::fCriterion.
|
inlineprotectedvirtual |
Reimplemented from RhoParticleSelectorBase.
Reimplemented in PndGoodTrackSelector.
Definition at line 58 of file RhoGoodTrackSelector.h.
Definition at line 44 of file RhoGoodTrackSelector.h.
References fChisqMax, fChisqProbMin, and fCutFit.
|
protectedinherited |
Definition at line 143 of file RhoParticleSelectorBase.cxx.
References RhoParticleSelectorBase::fTypeMinus, RhoParticleSelectorBase::fTypePlus, RhoCandidate::GetCharge(), RhoCandidate::SetMass(), and RhoCandidate::SetType().
Referenced by PndAnaPidSelector::Accept(), RhoGoodPhotonSelector::Accept(), RhoEnergyParticleSelector::Accept(), RhoMassParticleSelector::Accept(), RhoMinusParticleSelector::Accept(), RhoMomentumParticleSelector::Accept(), RhoNeutralParticleSelector::Accept(), RhoPlusParticleSelector::Accept(), RhoSimpleElectronSelector::Accept(), RhoSimpleKaonSelector::Accept(), RhoSimpleMuonSelector::Accept(), RhoSimpleProtonSelector::Accept(), and RhoSimplePionSelector::Accept().
|
private |
Definition at line 66 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetFitCut().
|
private |
Definition at line 66 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetFitCut().
|
protectedinherited |
Particle type to accept.
Definition at line 53 of file RhoParticleSelectorBase.h.
Referenced by PndAnaPidSelector::Accept(), RhoSimpleProtonSelector::Accept(), RhoSimpleElectronSelector::Accept(), RhoSimpleKaonSelector::Accept(), RhoSimpleMuonSelector::Accept(), RhoSimplePionSelector::Accept(), and RhoParticleSelectorBase::SetCriterion().
|
private |
Definition at line 69 of file RhoGoodTrackSelector.h.
Referenced by Accept(), and SetFitCut().
|
private |
Definition at line 71 of file RhoGoodTrackSelector.h.
Referenced by Accept(), and SetMomentumCut().
|
private |
Definition at line 72 of file RhoGoodTrackSelector.h.
Referenced by Accept(), and SetPtCut().
|
private |
Definition at line 70 of file RhoGoodTrackSelector.h.
Referenced by Accept(), and SetPrimaryVertexCut().
|
private |
Definition at line 67 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetPrimaryVertexCut().
|
private |
Definition at line 65 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetMomentumCut().
|
private |
Definition at line 65 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetMomentumCut().
|
private |
Definition at line 65 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetPtCut().
|
private |
Definition at line 65 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetPtCut().
|
protectedinherited |
Particle type to accept.
Definition at line 52 of file RhoParticleSelectorBase.h.
Referenced by RhoParticleSelectorBase::RhoParticleSelectorBase(), PndAnaPidSelector::SetSelection(), and RhoParticleSelectorBase::SetTypeAndMass().
|
protectedinherited |
Definition at line 51 of file RhoParticleSelectorBase.h.
Referenced by RhoParticleSelectorBase::RhoParticleSelectorBase(), PndAnaPidSelector::SetSelection(), and RhoParticleSelectorBase::SetTypeAndMass().
|
private |
Definition at line 68 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetPrimaryVertexCut().
|
private |
Definition at line 68 of file RhoGoodTrackSelector.h.
Referenced by Accept(), PrintOn(), and SetPrimaryVertexCut().