1 #ifndef RHOKALMANVTXFITTER_H 2 #define RHOKALMANVTXFITTER_H 48 Bool_t CalcPrgParams(
RhoCandidate *cand, TVector3 expansionpoint);
49 Bool_t CalcPrgParams(
RhoCandidate *cand) {
return CalcPrgParams(cand, fExpansionPoint); };
53 TVector3 fExpansionPoint;
54 Float_t fPrgParams[5];
double FitVertexFast(TVector3 &vtx, TMatrixD &cov, bool skipcov=false, int niter=2)
void SetDebug(bool db=true)
void SetNIterations(int i)
RhoKalmanVtxFitter(RhoCandidate *b)
void SetExpansionPoint(TVector3 P)
virtual ~RhoKalmanVtxFitter()
TMatrixT< double > TMatrixD