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 35 of file LauAbsFitter.hh. Constructor & Destructor Documentation
Destructor. Definition at line 39 of file LauAbsFitter.hh.
Constructor. Definition at line 108 of file LauAbsFitter.hh.
Copy constructor - private and not implemented. Member Function Documentation
Retrieve the fit covariance matrix. Implemented in LauMinuit.
Fix parameters marked as "first stage". Implemented in LauMinuit.
Fix parameters marked as "second stage". Implemented in LauMinuit.
Get the object that controls the calculation of the likelihood. Implemented in LauMinuit.
Initialise the fitter, setting the information on the parameters.
Implemented in LauMinuit.
Perform the minimisation of the fit function.
Implemented in LauMinuit.
Get the number of floating fit parameters. Implemented in LauMinuit.
Get the total number of fit parameters. Implemented in LauMinuit.
Copy assignment operator - private and not implemented.
Release parameters marked as "first stage". Implemented in LauMinuit.
Release parameters marked as "second stage". Implemented in LauMinuit.
Determine whether the two-stage fit is enabled. Implemented in LauMinuit.
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.
Update the values and errors of the parameters based on the fit minimum. Implemented in LauMinuit.
Determine whether calculation of asymmetric errors is enabled. Implemented in LauMinuit.
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 1.8.5 |