![]() |
PandaRoot
|
#include <RhoKalmanVtxFitter.h>
Public Member Functions | |
RhoKalmanVtxFitter (RhoCandidate *b) | |
virtual | ~RhoKalmanVtxFitter () |
void | SetExpansionPoint (TVector3 P) |
void | SetNIterations (int i) |
double | FitVertexFast (TVector3 &vtx, TMatrixD &cov, bool skipcov=false, int niter=2) |
void | SetDebug (bool db=true) |
void | SetSilent () |
![]() | |
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 | |
![]() | |
RhoCandidate & | HeadOfTree () const |
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) |
![]() | |
Bool_t | fVerbose |
RhoCandidate * | fHeadOfTree |
std::vector< RhoCandidate * > | fDaughters |
double | fChiSquare |
int | fNDegreesOfFreedom |
Definition at line 20 of file RhoKalmanVtxFitter.h.
RhoKalmanVtxFitter::RhoKalmanVtxFitter | ( | RhoCandidate * | b | ) |
|
virtual |
double RhoKalmanVtxFitter::FitVertexFast | ( | TVector3 & | vtx, |
TMatrixD & | cov, | ||
bool | skipcov = false , |
||
int | niter = 2 |
||
) |
Referenced by SetNIterations().
|
inline |
|
inline |
Definition at line 24 of file RhoKalmanVtxFitter.h.
|
inline |
|
inline |