![]()  | 
  
    PandaRoot
    
   | 
 
#include <RecoPhoton.h>
  
 Public Member Functions | |
| RecoPhoton (RhoCandidate *bc, const ParticleBase *mother) | |
| virtual | ~RecoPhoton () | 
| virtual int | dimM () const | 
| virtual ErrCode | initPar1 (FitParams *) | 
| virtual ErrCode | initPar2 (FitParams *) | 
| virtual ErrCode | initCov (FitParams *) const | 
| virtual int | type () const | 
| virtual ErrCode | projectRecoConstraint (const FitParams *, Projection &) const | 
| ErrCode | updCache () | 
| virtual void | addToConstraintList (constraintlist &alist, int depth) const | 
  Public Member Functions inherited from DecayTreeFitter::RecoParticle | |
| RecoParticle (RhoCandidate *bc, const ParticleBase *mother) | |
| virtual | ~RecoParticle () | 
| virtual std::string | parname (int index) const | 
| virtual int | dim () const | 
| virtual int | momIndex () const | 
| virtual bool | hasEnergy () const | 
| virtual ErrCode | projectConstraint (Constraint::Type, const FitParams *, Projection &) const | 
| virtual double | chiSquare (const FitParams *fitparams) 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 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 | 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 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 | |
  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 17 of file RecoPhoton.h.
| DecayTreeFitter::RecoPhoton::RecoPhoton | ( | RhoCandidate * | bc, | 
| const ParticleBase * | mother | ||
| ) | 
      
  | 
  virtual | 
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::ParticleBase.
Definition at line 31 of file RecoPhoton.h.
References dimM(), and DecayTreeFitter::Constraint::photon.
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::RecoParticle.
Definition at line 22 of file RecoPhoton.h.
References initCov(), initPar1(), and initPar2().
Referenced by addToConstraintList().
Reimplemented from DecayTreeFitter::ParticleBase.
Referenced by dimM().
Reimplemented from DecayTreeFitter::RecoParticle.
Referenced by dimM().
Implements DecayTreeFitter::ParticleBase.
Referenced by dimM().
      
  | 
  virtual | 
Implements DecayTreeFitter::RecoParticle.
Referenced by type().
      
  | 
  inlinevirtual | 
Implements DecayTreeFitter::ParticleBase.
Definition at line 27 of file RecoPhoton.h.
References DecayTreeFitter::ParticleBase::kRecoPhoton, projectRecoConstraint(), and updCache().