LauFitNtuple.cc
Go to the documentation of this file.
64 void LauFitNtuple::storeCorrMatrix( UInt_t iExpt, Double_t NLL, Int_t fitStatus, const TMatrixD& covMatrix )
134 void LauFitNtuple::storeParsAndErrors(const std::vector<LauParameter*>& fitVars, const std::vector<LauParameter>& extraVars)
139 // the number of parameters being given to us should be the same as the number from the last fit
142 cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters (" << nFitPars_
150 // the number of free parameters being given to us should be the same as the number from the last fit
152 // (NB we check whether nFitPars_ is zero for this since it is possible to have zero free parameters, albeit rather daft)
154 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:194 File containing declaration of LauParamFixed class. ClassImp(LauAbsCoeffSet) File containing declaration of LauAbsFitter class. std::vector< std::vector< Double_t > > corrMatrix_ Correlation matrix. Definition: LauFitNtuple.hh:91 File containing LauFitter class. File containing declaration of LauParameter class. 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:64 void storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:134 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 |