FairRoot/PandaRoot
|
#include <RhoMassParticleSelector.h>
Public Member Functions | |
RhoMassParticleSelector (const char *name="RhoMassParticleSelector", Double_t cv=0, Double_t w=DBL_MAX, const char *type=0) | |
virtual | ~RhoMassParticleSelector () |
virtual Bool_t | Accept (RhoCandidate *b) |
virtual Bool_t | Accept (PndPidCandidate *b) |
virtual void | SetCriterion (const char *crit) |
void | SetCriterion (criterion crit) |
void | Select (RhoCandList &l) |
void | Select (RhoCandList &in, RhoCandList &out) |
Protected Member Functions | |
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... | |
Private Attributes | |
Double_t | fCentralValue |
Double_t | fWindow |
Definition at line 28 of file RhoMassParticleSelector.h.
RhoMassParticleSelector::RhoMassParticleSelector | ( | const char * | name = "RhoMassParticleSelector" , |
Double_t | cv = 0 , |
||
Double_t | w = DBL_MAX , |
||
const char * | type = 0 |
||
) |
Definition at line 31 of file RhoMassParticleSelector.cxx.
|
inlinevirtual |
Definition at line 35 of file RhoMassParticleSelector.h.
|
virtual |
Implements RhoParticleSelectorBase.
Definition at line 35 of file RhoMassParticleSelector.cxx.
References fabs(), fCentralValue, fWindow, RhoCandidate::GetMass(), and RhoParticleSelectorBase::SetTypeAndMass().
Referenced by PndSoftTriggerTask::TagMode().
|
virtual |
Implements RhoParticleSelectorBase.
Definition at line 42 of file RhoMassParticleSelector.cxx.
References fabs(), fCentralValue, fWindow, and PndPidCandidate::GetLorentzVector().
|
protectedinherited |
Definition at line 129 of file RhoParticleSelectorBase.cxx.
Referenced by RhoParticleSelectorBase::RhoParticleSelectorBase(), and PndAnaPidSelector::SetSelection().
|
inherited |
|
inherited |
Definition at line 101 of file RhoParticleSelectorBase.cxx.
References RhoParticleSelectorBase::Accept(), c, RhoCandList::Cleanup(), RhoCandList::GetLength(), i, n, and RhoCandList::Put().
|
virtualinherited |
Reimplemented in RhoGoodTrackSelector, RhoGoodPhotonSelector, and PndGoodTrackSelector.
Definition at line 61 of file RhoParticleSelectorBase.cxx.
References all, best, loose, tight, TString, variable, veryLoose, and veryTight.
Referenced by ClassImp(), PndSimpleAnalysis::Exec(), PndSimpleAnalysis::FillGenericLists(), PndPidListMaker::FillList(), PndAnalysisTaskExample::Init(), PndAnalysisTask::Init(), PndHypSimpleAna::Init(), PndHypFullAna::Init(), PndHypFullIdealAna::Init(), RhoGoodPhotonSelector::SetCriterion(), and PndAnaPidSelector::SetSelection().
|
inherited |
Definition at line 89 of file RhoParticleSelectorBase.cxx.
References RhoParticleSelectorBase::fCriterion.
|
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(), RhoSimpleMuonSelector::Accept(), RhoSimpleKaonSelector::Accept(), RhoSimpleElectronSelector::Accept(), RhoPlusParticleSelector::Accept(), RhoNeutralParticleSelector::Accept(), RhoMomentumParticleSelector::Accept(), RhoMinusParticleSelector::Accept(), Accept(), RhoSimpleProtonSelector::Accept(), and RhoSimplePionSelector::Accept().
|
private |
Definition at line 42 of file RhoMassParticleSelector.h.
Referenced by Accept().
|
protectedinherited |
Particle type to accept.
Definition at line 53 of file RhoParticleSelectorBase.h.
Referenced by PndAnaPidSelector::Accept(), RhoSimpleProtonSelector::Accept(), RhoSimplePionSelector::Accept(), RhoSimpleMuonSelector::Accept(), RhoSimpleKaonSelector::Accept(), RhoSimpleElectronSelector::Accept(), and RhoParticleSelectorBase::SetCriterion().
|
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 42 of file RhoMassParticleSelector.h.
Referenced by Accept().