LauFitNtuple.cc
Go to the documentation of this file.
60 void LauFitNtuple::storeCorrMatrix(const UInt_t iExpt, const LauAbsFitter::FitStatus& fitStatus, const TMatrixD& covMatrix)
81 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received empty covariance matrix - will store diagonal correlation matrix" << std::endl;
105 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;
111 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received smaller covariance matrix than expected, for unknown reasons - will store diagonal correlation matrix" << std::endl;
186 void LauFitNtuple::storeParsAndErrors(const std::vector<LauParameter*>& fitVars, const std::vector<LauParameter>& extraVars)
191 // the number of parameters being given to us should be the same as the number from the last fit
194 std::cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters (" << nFitPars_
202 // the number of free parameters being given to us should be the same as the number from the last fit
204 // (NB we check whether nFitPars_ is zero for this since it is possible to have zero free parameters, albeit rather daft)
206 std::cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected number of free parameters (" << nFreePars_
312 std::cout << "INFO in LauFitNtuple::updateFitNtuple : Stored fit values for experiment " << iExpt_ << "\n";
Bool_t fixed() const Check whether the parameter is fixed or floated. Definition: LauParameter.hh:214 File containing declaration of LauParamFixed class. nExtraPars_(0) ClassImp(LauAbsCoeffSet) File containing declaration of LauAbsFitter class. nFitPars_(0) std::vector< std::vector< Double_t > > corrMatrix_ Correlation matrix. Definition: LauFitNtuple.hh:98 File containing declaration of LauFitter class. void storeCorrMatrix(const UInt_t iExpt, const LauAbsFitter::FitStatus &fitStatus, const TMatrixD &covMatrix) Store the correlation matrix and other fit information. Definition: LauFitNtuple.cc:60 nFreePars_(0) 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 storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:186 File containing declaration of LauFitNtuple class. Bool_t storeAsymErrors_ Flags whether or not to store the asymmetric error information. Definition: LauFitNtuple.hh:103 Generated by 1.8.5 |