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;
Double_t mean_ The mean value of the Gaussian constraint to be applied. Definition: LauFitObject.hh:82 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. Struct to store constraint information until the fit is run. Definition: LauFitObject.hh:76 virtual void withinAsymErrorCalc(Bool_t inAsymErrCalc)=0 Mark that the fit is calculating asymmetric errors. LauFitObject & operator=(const LauFitObject &rhs) Copy assignment operator (not implemented) std::vector< TString > conPars_ The list of LauParameter names to be used in the LauFormulaPar. Definition: LauFitObject.hh:80 The abstract interface for the objects that control the calculation of the likelihood. Definition: LauFitObject.hh:26 Generated by ![]() |