LauFitNtuple.cc
Go to the documentation of this file.
101 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received empty covariance matrix - will store diagonal correlation matrix"
126 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"
137 std::cerr << "WARNING in LauFitNtuple::storeCorrMatrix : received smaller covariance matrix than expected, for unknown reasons - will store diagonal correlation matrix"
223 // the number of parameters being given to us should be the same as the number from the last fit
226 std::cerr << "ERROR in LauFitNtuple::storeParsAndErrors : expected total number of parameters ("
235 // the number of free parameters being given to us should be the same as the number from the last fit
Bool_t storeAsymErrors_ Flags whether or not to store the asymmetric error information. Definition: LauFitNtuple.hh:124 File containing declaration of LauFitter class. File containing declaration of LauAbsFitter class. File containing declaration of LauParamFixed class. File containing declaration of LauParameter class. File containing declaration of LauFitNtuple 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:76 Bool_t secondStage() const Check whether the parameter should be floated only in the second stage of a two stage fit. Definition: LauParameter.hh:241 std::set< TString > constrainedVars_ Fit variables that are included in a multi-dimensional constraint. Definition: LauFitNtuple.hh:114 std::vector< std::vector< Double_t > > corrMatrix_ Correlation matrix. Definition: LauFitNtuple.hh:119 Predicate to allow counting of the number of fixed parameters. Definition: LauParamFixed.hh:38 void storeParsAndErrors(const std::vector< LauParameter * > &fitVars, const std::set< TString > &constrainedVars, const std::vector< LauParameter > &extraVars) Store parameters and their errors. Definition: LauFitNtuple.cc:216 Bool_t gaussConstraint() const Check whether a Gaussian constraints is applied. Definition: LauParameter.hh:247 LauFitNtuple(const TString &fileName, Bool_t storeAsymErrors) Constructor. Definition: LauFitNtuple.cc:44 Generated by 1.8.18 |