Public Member Functions |
Private Member Functions |
Private Attributes |
Friends |
List of all members
LauMinuit Class Reference The interface to the Minuit fitter. More...
Inheritance diagram for LauMinuit:
Detailed DescriptionThe interface to the Minuit fitter. The singleton interface to the Minuit fitter. Definition at line 50 of file LauMinuit.hh. Constructor & Destructor Documentation
Destructor. Definition at line 65 of file LauMinuit.cc.
Constructor. Definition at line 52 of file LauMinuit.cc.
Copy constructor - private and not implemented. Member Function Documentation
Retrieve the fit covariance matrix. Implements LauAbsFitter. Definition at line 113 of file LauMinuit.hh.
Fix parameters marked as "second stage". Implements LauAbsFitter. Definition at line 227 of file LauMinuit.cc.
Get the object that controls the calculation of the likelihood. Implements LauAbsFitter. Definition at line 142 of file LauMinuit.cc.
Initialise the fitter, setting the information on the parameters.
Implements LauAbsFitter. Definition at line 69 of file LauMinuit.cc.
Perform the minimisation of the fit function.
Implements LauAbsFitter. Definition at line 147 of file LauMinuit.cc.
Get the number of floating fit parameters. Implements LauAbsFitter. Definition at line 70 of file LauMinuit.hh.
Get the total number of fit parameters. Implements LauAbsFitter. Definition at line 67 of file LauMinuit.hh. Copy assignment operator - private and not implemented.
Release parameters marked as "second stage". Implements LauAbsFitter. Definition at line 240 of file LauMinuit.cc.
Determine whether the two-stage fit is enabled. Implements LauAbsFitter. Definition at line 73 of file LauMinuit.hh.
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.
Implements LauAbsFitter. Definition at line 86 of file LauMinuit.hh.
Update the values and errors of the parameters based on the fit minimum. Implements LauAbsFitter. Definition at line 253 of file LauMinuit.cc.
Determine whether calculation of asymmetric errors is enabled. Implements LauAbsFitter. Definition at line 89 of file LauMinuit.hh.
Turn on or off the computation of asymmetric errors (i.e. the MINOS routine)
Implements LauAbsFitter. Definition at line 95 of file LauMinuit.hh. Friends And Related Function Documentation
Allow the factory class to access private methods. Definition at line 118 of file LauMinuit.hh. Member Data Documentation
The covariance matrix. Definition at line 154 of file LauMinuit.hh.
The status of the fit. Definition at line 151 of file LauMinuit.hh.
The maximum number of parameters. Definition at line 133 of file LauMinuit.hh.
The interface to Minuit. Definition at line 130 of file LauMinuit.hh.
The number of free parameters. Definition at line 142 of file LauMinuit.hh.
The total number of parameters. Definition at line 139 of file LauMinuit.hh.
The fit parameters. Definition at line 136 of file LauMinuit.hh.
Option to perform a two stage fit. Definition at line 145 of file LauMinuit.hh.
Option to use asymmetric errors. Definition at line 148 of file LauMinuit.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |