LauFitObject.cc
Go to the documentation of this file.
70 void LauFitObject::storeFitStatus( const LauAbsFitter::FitStatus& status, const TMatrixD& covMatrix )
91 void LauFitObject::addConstraint(const TString& formula, const std::vector<TString>& pars, const Double_t mean, const Double_t width)
worstLogLike_(std::numeric_limits< Double_t >::max()) Double_t mean_ The mean value of the Gaussian constraint to be applied. Definition: LauFitObject.hh:153 ClassImp(LauAbsCoeffSet) std::vector< StoreConstraints > storeCon_ Store the constraints for fit parameters until initialisation is complete. Definition: LauFitObject.hh:234 covMatrix_() void storeFitStatus(const LauAbsFitter::FitStatus &status, const TMatrixD &covMatrix) Store fit status information. Definition: LauFitObject.cc:70 virtual void addConstraint(const TString &formula, const std::vector< TString > &pars, const Double_t mean, const Double_t width) Store constraint information for fit parameters. Definition: LauFitObject.cc:91 File containing declaration of LauFitObject class. Struct to store constraint information until the fit is run. Definition: LauFitObject.hh:147 void startNewFit(const UInt_t nPars, const UInt_t nFreePars) Indicate the start of a new fit. Definition: LauFitObject.cc:60 numberOKFits_(0) std::vector< TString > conPars_ The list of LauParameter names to be used in the LauFormulaPar. Definition: LauFitObject.hh:151 The abstract interface for the objects that control the calculation of the likelihood. Definition: LauFitObject.hh:44 Generated by 1.8.5 |