![]()  | 
  
    PandaRoot
    
   | 
 
#include <Rho4CFitter.h>
  
 Public Member Functions | |
| Rho4CFitter (RhoCandidate *b, TLorentzVector lv) | |
| virtual | ~Rho4CFitter () | 
| Bool_t | Fit () | 
| Bool_t | FitConserveMasses () | 
| Bool_t | FitAll () | 
| void | PrintTree (RhoCandidate *c, int l=0) | 
| double | Chi2Contribution (const RhoCandidate &) const | 
  Public Member Functions inherited from RhoFitterBase | |
| RhoFitterBase () | |
| RhoFitterBase (RhoCandidate *decayTree) | |
| RhoFitterBase (const RhoFitterBase &) | |
| ~RhoFitterBase () | |
| Bool_t | Fit () | 
| Bool_t | FitAll () | 
| double | Chi2Contribution (const RhoCandidate *) | 
| double | GetChi2 () const | 
| int | GetNdf () const | 
| double | GetProb () const | 
| void | SetVerbose (Bool_t v=kTRUE) | 
Additional Inherited Members | |
  Protected Member Functions inherited from RhoFitterBase | |
| RhoCandidate & | HeadOfTree () const | 
| virtual Bool_t | FitNode (RhoCandidate *b) | 
| RhoCandidate * | CopyCand (RhoCandidate *) | 
| uppermost particle composite in tree  More... | |
| RhoCandidate * | CopyTree (RhoCandidate *) | 
| void | InsertChi2 (const RhoCandidate *bc, const double chi2) | 
| void | SetDaugthersFromComposite (RhoCandidate *cand) | 
| void | FindAndAddFinalStateDaughters (RhoCandidate *cand) | 
| void | SetFourMomentumByDaughters (RhoCandidate *composite) | 
| void | SetDecayVertex (RhoCandidate *composite, const TVector3 &vtx, const TMatrixD &CovVV) | 
  Protected Attributes inherited from RhoFitterBase | |
| Bool_t | fVerbose | 
| RhoCandidate * | fHeadOfTree | 
| std::vector< RhoCandidate * > | fDaughters | 
| double | fChiSquare | 
| int | fNDegreesOfFreedom | 
Definition at line 20 of file Rho4CFitter.h.
| Rho4CFitter::Rho4CFitter | ( | RhoCandidate * | b, | 
| TLorentzVector | lv | ||
| ) | 
      
  | 
  virtual | 
      
  | 
  inline | 
Definition at line 32 of file Rho4CFitter.h.
| Bool_t Rho4CFitter::Fit | ( | ) | 
      
  | 
  inline | 
Definition at line 26 of file Rho4CFitter.h.
References PrintTree().
| Bool_t Rho4CFitter::FitConserveMasses | ( | ) | 
| void Rho4CFitter::PrintTree | ( | RhoCandidate * | c, | 
| int | l = 0  | 
        ||
| ) | 
Referenced by FitAll().