LauFitNtuple.cc
Go to the documentation of this file.
75 cerr << "WARNING in LauFitNtuple::storeCorrMatrix : total number of parameters from fitter (" << nFitPars
79 cerr << "WARNING in LauFitNtuple::storeCorrMatrix : number of free parameters from fitter (" << nFreePars
156 void LauFitNtuple::storeParsAndErrors(const std::vector<LauParameter*>& fitVars, const std::vector<LauParameter>& extraVars)
160 // the number of parameters being given to us should be the same as the number from the last fit
163 cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters (" << nFitPars_
170 // the number of free parameters being given to us should be the same as the number from the last fit
172 // (NB we check whether nFitPars_ is zero for this since it is possible to have zero free parameters, albeit rather daft)
174 cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected number of free parameters (" << nFreePars_
void storeCorrMatrix(UInt_t iExpt, Double_t NLL, Int_t fitStatus) Store the correlation matrix and other fit information. Definition: LauFitNtuple.cc:61 Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:192 File containing declaration of LauParamFixed class. std::vector< std::vector< Double_t > > corrMatrix_ Correlation matrix. Definition: LauFitNtuple.hh:90 File containing LauFitter namespace. Predicate to allow counting of the number of fixed parameters. Definition: LauParamFixed.hh:24 void storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:156 File containing declaration of LauFitNtuple class. TVirtualFitter * fitter(const TString &fitterString="Minuit", Int_t maxPar=100) Method that provides a pointer to a TVirtualFitter object. Definition: LauFitter.cc:20 Generated by 1.8.5 |