LauFitNtuple.cc
Go to the documentation of this file.
61 void LauFitNtuple::storeCorrMatrix( UInt_t iExpt, Double_t NLL, Int_t fitStatus, const TMatrixD& covMatrix )
83 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received empty covariance matrix - will store diagonal correlation matrix" << std::endl;
107 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received smaller covariance matrix than expected, likely due to failure of first stage fit - will pad the correlation matrix" << std::endl;
113 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received smaller covariance matrix than expected, for unknown reasons - will store diagonal correlation matrix" << std::endl;
188 void LauFitNtuple::storeParsAndErrors(const std::vector<LauParameter*>& fitVars, const std::vector<LauParameter>& extraVars)
193 // the number of parameters being given to us should be the same as the number from the last fit
196 std::cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters (" << nFitPars_
204 // the number of free parameters being given to us should be the same as the number from the last fit
206 // (NB we check whether nFitPars_ is zero for this since it is possible to have zero free parameters, albeit rather daft)
208 std::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:214 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:97 File containing declaration of LauFitter class. File containing declaration of LauParameter class. Predicate to allow counting of the number of fixed parameters. Definition: LauParamFixed.hh:24 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit... Definition: LauParameter.hh:220 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:61 void storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:188 File containing declaration of LauFitNtuple class. Bool_t storeAsymErrors_ Flags whether or not to store the asymmetric error information. Definition: LauFitNtuple.hh:102 Generated by ![]() |