LauFitObject.hh
Go to the documentation of this file.
65 virtual void addConstraint(const TString& formula, const std::vector<TString>& pars, const Double_t mean, const Double_t width) = 0;
virtual Double_t getTotNegLogLikelihood()=0 Calculate the new value of the negative log likelihood. virtual void setParsFromMinuit(Double_t *par, Int_t npar)=0 This function sets the parameter values from Minuit. virtual void addConstraint(const TString &formula, const std::vector< TString > &pars, const Double_t mean, const Double_t width)=0 Store constraint information for fit parameters. virtual void withinAsymErrorCalc(Bool_t inAsymErrCalc)=0 Mark that the fit is calculating asymmetric errors. The abstract interface for the objects that control the calculation of the likelihood. Definition: LauFitObject.hh:26 Generated by 1.8.5 |