![]() |
PandaRoot
|
#include <PndGoodTrackSelector.h>
Public Member Functions | |
virtual Bool_t | Accept (PndPidCandidate *) |
void | SetCriterion (const char *crit) |
void | SetMvdHits (Int_t min, Int_t max=65535) |
void | SetSttHits (Int_t min, Int_t max=65535) |
void | SetGemHits (Int_t min, Int_t max=65535) |
void | SetFtsHits (Int_t min, Int_t max=65535) |
void | SetShowerEnergy (Double_t min, Double_t max=1.E8) |
ClassDef (PndGoodTrackSelector, 1) | |
![]() | |
RhoGoodTrackSelector (const char *name="RhoGoodTrackSelector", Double_t pmin=0.0, Double_t ptmin=0.0, Double_t fitprob=-1, Int_t mvdhits=0, Double_t xydoca=100, Double_t zdoca=100) | |
RhoGoodTrackSelector (const char *name, criterion crit) | |
RhoGoodTrackSelector (const char *name, const char *crit) | |
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 | SetFitProbCut (Double_t probmin) |
void | SetMvdHitsCut (Int_t hitsmin, Int_t hitsmax=100000) |
void | SetPrimaryVertexCut (Double_t d, Double_t zmin, Double_t zmax) |
void | SetFitCut (Double_t chi=1e9, Double_t chipm=0.0) |
virtual void | SetCriterion (criterion crit) |
virtual Bool_t | Accept (RhoCandidate *b) |
![]() | |
RhoParticleSelectorBase (const char *name="VAbsPidSelector", const char *type=nullptr) | |
virtual | ~RhoParticleSelectorBase () |
void | SetCriterion (criterion crit) |
void | Select (RhoCandList &l) |
void | Select (RhoCandList &in, RhoCandList &out) |
Public Attributes | |
Int_t | fMvdHitsMin |
Int_t | fMvdHitsMax |
Int_t | fSttHitsMin |
Int_t | fSttHitsMax |
Int_t | fGemHitsMin |
Int_t | fGemHitsMax |
Int_t | fFtsHitsMin |
Int_t | fFtsHitsMax |
Double_t | fEmcMin |
Double_t | fEmcMax |
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 6 of file PndGoodTrackSelector.h.
|
virtual |
Reimplemented from RhoGoodTrackSelector.
PndGoodTrackSelector::ClassDef | ( | PndGoodTrackSelector | , |
1 | |||
) |
|
virtual |
Reimplemented from RhoGoodTrackSelector.
|
inline |
Definition at line 32 of file PndGoodTrackSelector.h.
References fFtsHitsMax, fFtsHitsMin, max(), and min().
|
inline |
Definition at line 26 of file PndGoodTrackSelector.h.
References fGemHitsMax, fGemHitsMin, max(), and min().
|
inline |
Definition at line 14 of file PndGoodTrackSelector.h.
References fMvdHitsMax, fMvdHitsMin, max(), and min().
|
inline |
|
inline |
Definition at line 20 of file PndGoodTrackSelector.h.
References fSttHitsMax, fSttHitsMin, max(), and min().
Double_t PndGoodTrackSelector::fEmcMax |
Definition at line 48 of file PndGoodTrackSelector.h.
Referenced by SetShowerEnergy().
Double_t PndGoodTrackSelector::fEmcMin |
Definition at line 48 of file PndGoodTrackSelector.h.
Referenced by SetShowerEnergy().
Int_t PndGoodTrackSelector::fFtsHitsMax |
Definition at line 47 of file PndGoodTrackSelector.h.
Referenced by SetFtsHits().
Int_t PndGoodTrackSelector::fFtsHitsMin |
Definition at line 47 of file PndGoodTrackSelector.h.
Referenced by SetFtsHits().
Int_t PndGoodTrackSelector::fGemHitsMax |
Definition at line 46 of file PndGoodTrackSelector.h.
Referenced by SetGemHits().
Int_t PndGoodTrackSelector::fGemHitsMin |
Definition at line 46 of file PndGoodTrackSelector.h.
Referenced by SetGemHits().
Int_t PndGoodTrackSelector::fMvdHitsMax |
Definition at line 44 of file PndGoodTrackSelector.h.
Referenced by SetMvdHits().
Int_t PndGoodTrackSelector::fMvdHitsMin |
Definition at line 44 of file PndGoodTrackSelector.h.
Referenced by SetMvdHits().
Int_t PndGoodTrackSelector::fSttHitsMax |
Definition at line 45 of file PndGoodTrackSelector.h.
Referenced by SetSttHits().
Int_t PndGoodTrackSelector::fSttHitsMin |
Definition at line 45 of file PndGoodTrackSelector.h.
Referenced by SetSttHits().