Classes |
Public Member Functions |
Protected Member Functions |
Private Member Functions |
List of all members
LauAbsFitter Class Referenceabstract The abstract interface to the fitter. More...
Inheritance diagram for LauAbsFitter:
![]()
Detailed DescriptionThe abstract interface to the fitter. The abstract interface to the fitter. Concrete implementations provide the singleton interface with a particular fitter, e.g. Minuit. Definition at line 47 of file LauAbsFitter.hh. Member Function Documentation◆ initialise()
Initialise the fitter, setting the information on the parameters.
Implemented in LauMinuit. ◆ minimise()
Perform the minimisation of the fit function.
Implemented in LauMinuit. ◆ twoStageFit()
Turn on or off the two stage fit. The two-stage fit allows certain parameters to be fixed in one stage and floated in another stage of the fit. Can be used, for example, in a CP fit where the CP-parameters are fixed to zero in the first stage (while the CP-average parameters are determined), then floated in the second.
Implemented in LauMinuit. ◆ useAsymmFitErrors()
Turn on or off the computation of asymmetric errors (e.g. MINOS routine in Minuit)
Implemented in LauMinuit. The documentation for this class was generated from the following file:
Generated by ![]() |