LauMinuit.hh
Go to the documentation of this file.
virtual UInt_t nParameters() const Get the total number of fit parameters. Definition: LauMinuit.hh:53 virtual void releaseSecondStageParameters() Release parameters marked as "second stage". Definition: LauMinuit.cc:224 virtual void updateParameters() Update the values and errors of the parameters based on the fit minimum. Definition: LauMinuit.cc:237 virtual UInt_t nFreeParameters() const Get the number of floating fit parameters. Definition: LauMinuit.hh:56 virtual void initialise(LauFitObject *fitObj, const std::vector< LauParameter * > ¶meters) Initialise the fitter, setting the information on the parameters. Definition: LauMinuit.cc:53 File containing declaration of LauAbsFitter class. LauMinuit & operator=(const LauMinuit &rhs) Copy assignment operator - private and not implemented. virtual void useAsymmFitErrors(Bool_t useAsymmErrors) Turn on or off the computation of asymmetric errors (i.e. the MINOS routine) Definition: LauMinuit.hh:81 ClassDef(LauMinuit, 0) virtual void twoStageFit(Bool_t doTwoStageFit) Turn on or off the two stage fit. Definition: LauMinuit.hh:72 virtual Bool_t twoStageFit() const Determine whether the two-stage fit is enabled. Definition: LauMinuit.hh:59 virtual const TMatrixD & covarianceMatrix() const Retrieve the fit covariance matrix. Definition: LauMinuit.hh:99 virtual Bool_t useAsymmFitErrors() const Determine whether calculation of asymmetric errors is enabled. Definition: LauMinuit.hh:75 virtual const FitStatus & minimise() Perform the minimisation of the fit function. Definition: LauMinuit.cc:131 virtual void fixSecondStageParameters() Fix parameters marked as "second stage". Definition: LauMinuit.cc:211 virtual LauFitObject * getFitObject() Get the object that controls the calculation of the likelihood. Definition: LauMinuit.cc:126 The abstract interface for the objects that control the calculation of the likelihood. Definition: LauFitObject.hh:30 Generated by 1.8.5 |