LauFitObject.cc
Go to the documentation of this file.
56 void LauFitObject::storeFitStatus( const LauAbsFitter::FitStatus& status, const TMatrixD& covMatrix )
77 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:139 ClassImp(LauAbsCoeffSet) std::vector< StoreConstraints > storeCon_ Store the constraints for fit parameters until initialisation is complete. Definition: LauFitObject.hh:220 covMatrix_() void storeFitStatus(const LauAbsFitter::FitStatus &status, const TMatrixD &covMatrix) Store fit status information. Definition: LauFitObject.cc:56 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:77 File containing declaration of LauFitObject class. Struct to store constraint information until the fit is run. Definition: LauFitObject.hh:133 void startNewFit(const UInt_t nPars, const UInt_t nFreePars) Indicate the start of a new fit. Definition: LauFitObject.cc:46 numberOKFits_(0) std::vector< TString > conPars_ The list of LauParameter names to be used in the LauFormulaPar. Definition: LauFitObject.hh:137 The abstract interface for the objects that control the calculation of the likelihood. Definition: LauFitObject.hh:30 Generated by 1.8.5 |