LauFitNtuple.cc
Go to the documentation of this file.
63 void LauFitNtuple::storeCorrMatrix( UInt_t iExpt, Double_t NLL, Int_t fitStatus, const TMatrixD& covMatrix )
133 void LauFitNtuple::storeParsAndErrors(const std::vector<LauParameter*>& fitVars, const std::vector<LauParameter>& extraVars)
138 // the number of parameters being given to us should be the same as the number from the last fit
141 cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters (" << nFitPars_
149 // the number of free parameters being given to us should be the same as the number from the last fit
151 // (NB we check whether nFitPars_ is zero for this since it is possible to have zero free parameters, albeit rather daft)
153 cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected number of free parameters (" << nFreePars_
Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:193 File containing declaration of LauParamFixed class. File containing declaration of LauAbsFitter class. std::vector< std::vector< Double_t > > corrMatrix_ Correlation matrix. Definition: LauFitNtuple.hh:91 File containing LauFitter namespace. Predicate to allow counting of the number of fixed parameters. Definition: LauParamFixed.hh:24 void storeCorrMatrix(UInt_t iExpt, Double_t NLL, Int_t fitStatus, const TMatrixD &covMatrix) Store the correlation matrix and other fit information. Definition: LauFitNtuple.cc:63 void storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:133 File containing declaration of LauFitNtuple class. Bool_t storeAsymErrors_ Flags whether or not to store the asymmetric error information. Definition: LauFitNtuple.hh:96 Generated by 1.8.5 |