![]() |
PandaRoot
|
#include <RecoParticle.h>
Public Member Functions | |
RecoParticle (RhoCandidate *bc, const ParticleBase *mother) | |
virtual | ~RecoParticle () |
virtual int | dimM () const =0 |
virtual ErrCode | initPar1 (FitParams *) |
virtual std::string | parname (int index) const |
virtual int | dim () const |
virtual int | momIndex () const |
virtual bool | hasEnergy () const |
virtual ErrCode | projectRecoConstraint (const FitParams *fitparams, Projection &p) const =0 |
virtual ErrCode | projectConstraint (Constraint::Type, const FitParams *, Projection &) const |
virtual double | chiSquare (const FitParams *fitparams) const |
![]() | |
ParticleBase (RhoCandidate *bc, const ParticleBase *mother) | |
ParticleBase (const std::string &name) | |
virtual | ~ParticleBase () |
virtual void | updateIndex (int &offset) |
virtual ErrCode | initPar2 (FitParams *)=0 |
virtual ErrCode | initCov (FitParams *) const |
virtual void | print (const FitParams *) const |
const ParticleBase * | locate (RhoCandidate *bc) const |
RhoCandidate * | particle () const |
virtual int | index () const |
const ParticleBase * | mother () const |
const std::string & | name () const |
virtual ErrCode | projectGeoConstraint (const FitParams *, Projection &) const |
virtual ErrCode | projectMassConstraint (const FitParams *, Projection &) const |
virtual int | type () const =0 |
virtual int | posIndex () const |
virtual int | lenIndex () const |
virtual bool | hasPosition () const |
int | eneIndex () const |
virtual double | chiSquareD (const FitParams *) const |
double | pdtMass () const |
double | pdtWidth () const |
double | pdtCLifeTime () const |
double | pdtTau () const |
int | charge () const |
const daucontainer & | daughters () const |
const_iterator | begin () const |
const_iterator | end () const |
ParticleBase * | addDaughter (RhoCandidate *, const Configuration &config) |
void | removeDaughter (const ParticleBase *pb) |
virtual void | retrieveIndexMap (indexmap &anindexmap) const |
void | setMother (const ParticleBase *m) |
virtual void | addToConstraintList (constraintlist &alist, int depth) const =0 |
virtual int | nFinalChargedCandidates () const |
void | setParticle (RhoCandidate *bc) |
void | collectVertexDaughters (daucontainer &particles, int posindex) |
bool | setMassConstraint (bool add) |
void | setMassConstraint (double mass) |
ChiSquare | chiSquare (const FitParams *fitparams) const |
Additional Inherited Members | |
![]() | |
enum | ParticleType { kInteractionPoint, kRecoComposite, kRecoResonance, kInternalParticle, kRecoTrack, kResonance, kRecoPhoton, kMissingParticle } |
typedef std::vector< ParticleBase * > | ParticleContainer |
typedef std::vector< ParticleBase * > | daucontainer |
typedef daucontainer::const_iterator | const_iterator |
typedef std::vector< std::pair< const ParticleBase *, int > > | indexmap |
typedef std::vector< DecayTreeFitter::Constraint > | constraintlist |
![]() | |
static ParticleBase * | createParticle (RhoCandidate *bc, const ParticleBase *mother, const Configuration &config) |
![]() | |
ErrCode | initTau (FitParams *par) const |
void | makeName (RhoCandidate *bc) |
daucontainer & | daughters () |
bool | hasMassConstraint () const |
void | setIndex (int i) |
void | setName (const std::string &n) |
![]() | |
static double | pdtCLifeTime (RhoCandidate *bc) |
static bool | isAResonance (const TParticlePDG *bc) |
static double | bFieldOverC () |
Definition at line 16 of file RecoParticle.h.
DecayTreeFitter::RecoParticle::RecoParticle | ( | RhoCandidate * | bc, |
const ParticleBase * | mother | ||
) |
|
virtual |
|
virtual |
Referenced by hasEnergy().
|
inlinevirtual |
Implements DecayTreeFitter::ParticleBase.
Definition at line 25 of file RecoParticle.h.
|
pure virtual |
Implemented in DecayTreeFitter::RecoTrack, and DecayTreeFitter::RecoPhoton.
|
inlinevirtual |
Reimplemented from DecayTreeFitter::ParticleBase.
Definition at line 28 of file RecoParticle.h.
References chiSquare(), projectConstraint(), and projectRecoConstraint().
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoPhoton.
Definition at line 22 of file RecoParticle.h.
References DecayTreeFitter::ParticleBase::index(), parname(), and DecayTreeFitter::ErrCode::success.
|
inlinevirtual |
Reimplemented from DecayTreeFitter::ParticleBase.
Definition at line 27 of file RecoParticle.h.
References DecayTreeFitter::ParticleBase::index().
|
virtual |
Reimplemented from DecayTreeFitter::ParticleBase.
Referenced by initPar1().
|
virtual |
Reimplemented from DecayTreeFitter::ParticleBase.
Referenced by hasEnergy().
|
pure virtual |
Implemented in DecayTreeFitter::RecoTrack, and DecayTreeFitter::RecoPhoton.
Referenced by hasEnergy().