![]()  | 
  
    PandaRoot
    
   | 
 
#include <RecoComposite.h>
  
 Public Member Functions | |
| RecoComposite (RhoCandidate *bc, const ParticleBase *mother) | |
| virtual | ~RecoComposite () | 
| virtual int | dim () const | 
| int | dimM () const | 
| ErrCode | projectRecoComposite (const FitParams *, Projection &) const | 
| virtual ErrCode | projectConstraint (Constraint::Type, const FitParams *, Projection &) const | 
| virtual ErrCode | initPar1 (FitParams *) | 
| virtual ErrCode | initPar2 (FitParams *) | 
| virtual int | type () const | 
| virtual int | posIndex () const | 
| virtual int | lenIndex () const | 
| virtual int | momIndex () const | 
| virtual bool | hasEnergy () const | 
| virtual bool | hasPosition () const | 
| virtual void | updCache () | 
| virtual double | chiSquare (const FitParams *fitparams) const | 
| virtual void | addToConstraintList (constraintlist &alist, int depth) const | 
  Public Member Functions inherited from DecayTreeFitter::ParticleBase | |
| ParticleBase (RhoCandidate *bc, const ParticleBase *mother) | |
| ParticleBase (const std::string &name) | |
| virtual | ~ParticleBase () | 
| virtual void | updateIndex (int &offset) | 
| virtual ErrCode | initCov (FitParams *) const | 
| virtual std::string | parname (int index) 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 | 
| 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 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 | 
Protected Attributes | |
| TVectorD | m_m | 
| TMatrixDSym | m_matrixV | 
| bool | m_hasEnergy | 
Additional Inherited Members | |
  Public Types inherited from DecayTreeFitter::ParticleBase | |
| 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 Public Member Functions inherited from DecayTreeFitter::ParticleBase | |
| static ParticleBase * | createParticle (RhoCandidate *bc, const ParticleBase *mother, const Configuration &config) | 
  Protected Member Functions inherited from DecayTreeFitter::ParticleBase | |
| 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 Protected Member Functions inherited from DecayTreeFitter::ParticleBase | |
| static double | pdtCLifeTime (RhoCandidate *bc) | 
| static bool | isAResonance (const TParticlePDG *bc) | 
| static double | bFieldOverC () | 
Definition at line 18 of file RecoComposite.h.
| DecayTreeFitter::RecoComposite::RecoComposite | ( | RhoCandidate * | bc, | 
| const ParticleBase * | mother | ||
| ) | 
      
  | 
  virtual | 
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 45 of file RecoComposite.h.
References DecayTreeFitter::Constraint::composite, dimM(), and DecayTreeFitter::Constraint::geometric.
      
  | 
  virtual | 
Referenced by hasPosition().
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 24 of file RecoComposite.h.
References m_hasEnergy.
      
  | 
  inline | 
Definition at line 27 of file RecoComposite.h.
References initPar1(), initPar2(), m_hasEnergy, projectConstraint(), and projectRecoComposite().
Referenced by DecayTreeFitter::RecoResonance::addToConstraintList(), and addToConstraintList().
      
  | 
  inlinevirtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Definition at line 39 of file RecoComposite.h.
References m_hasEnergy.
Referenced by DecayTreeFitter::RecoResonance::dim().
      
  | 
  inlinevirtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Definition at line 40 of file RecoComposite.h.
References chiSquare(), and updCache().
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Referenced by dimM().
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Referenced by dimM().
      
  | 
  inlinevirtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 36 of file RecoComposite.h.
References DecayTreeFitter::ParticleBase::index().
      
  | 
  inlinevirtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 37 of file RecoComposite.h.
References DecayTreeFitter::ParticleBase::index().
      
  | 
  inlinevirtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 35 of file RecoComposite.h.
References DecayTreeFitter::ParticleBase::index().
      
  | 
  virtual | 
Reimplemented from DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Referenced by dimM().
| ErrCode DecayTreeFitter::RecoComposite::projectRecoComposite | ( | const FitParams * | , | 
| Projection & | |||
| ) | const | 
Referenced by dimM().
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::ParticleBase.
Reimplemented in DecayTreeFitter::RecoResonance.
Definition at line 33 of file RecoComposite.h.
References DecayTreeFitter::ParticleBase::kRecoComposite.
      
  | 
  virtual | 
Referenced by hasPosition().
      
  | 
  protected | 
Definition at line 55 of file RecoComposite.h.
Referenced by dim(), dimM(), and hasEnergy().
      
  | 
  protected | 
Definition at line 53 of file RecoComposite.h.
      
  | 
  protected | 
Definition at line 54 of file RecoComposite.h.