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 36 of file LauMinuit.hh. Constructor & Destructor Documentation
Destructor. Definition at line 50 of file LauMinuit.cc.
Constructor. Definition at line 36 of file LauMinuit.cc.
Copy constructor - private and not implemented. Member Function Documentation
Retrieve the fit covariance matrix. Implements LauAbsFitter. Definition at line 105 of file LauMinuit.hh.
Fix parameters marked as "first stage". Implements LauAbsFitter. Definition at line 212 of file LauMinuit.cc.
Fix parameters marked as "second stage". Implements LauAbsFitter. Definition at line 238 of file LauMinuit.cc.
Get the object that controls the calculation of the likelihood. Implements LauAbsFitter. Definition at line 124 of file LauMinuit.cc.
Initialise the fitter, setting the information on the parameters.
Implements LauAbsFitter. Definition at line 54 of file LauMinuit.cc.
Perform the minimisation of the fit function.
Implements LauAbsFitter. Definition at line 129 of file LauMinuit.cc.
Get the number of floating fit parameters. Implements LauAbsFitter. Definition at line 56 of file LauMinuit.hh.
Get the total number of fit parameters. Implements LauAbsFitter. Definition at line 53 of file LauMinuit.hh. Copy assignment operator - private and not implemented.
Release parameters marked as "first stage". Implements LauAbsFitter. Definition at line 225 of file LauMinuit.cc.
Release parameters marked as "second stage". Implements LauAbsFitter. Definition at line 251 of file LauMinuit.cc.
Determine whether the two-stage fit is enabled. Implements LauAbsFitter. Definition at line 59 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 72 of file LauMinuit.hh.
Update the values and errors of the parameters based on the fit minimum. Implements LauAbsFitter. Definition at line 264 of file LauMinuit.cc.
Determine whether calculation of asymmetric errors is enabled. Implements LauAbsFitter. Definition at line 75 of file LauMinuit.hh.
Turn on or off the computation of asymmetric errors (i.e. the MINOS routine)
Implements LauAbsFitter. Definition at line 81 of file LauMinuit.hh. Friends And Related Function Documentation
Allow the factory class to access private methods. Definition at line 110 of file LauMinuit.hh. Member Data Documentation
The covariance matrix. Definition at line 149 of file LauMinuit.hh.
The status of the fit. Definition at line 143 of file LauMinuit.hh.
The maximum number of parameters. Definition at line 125 of file LauMinuit.hh.
The interface to Minuit. Definition at line 122 of file LauMinuit.hh.
The number of free parameters. Definition at line 134 of file LauMinuit.hh.
The negative log-likelihood. Definition at line 146 of file LauMinuit.hh.
The total number of parameters. Definition at line 131 of file LauMinuit.hh.
The fit parameters. Definition at line 128 of file LauMinuit.hh.
Option to perform a two stage fit. Definition at line 137 of file LauMinuit.hh.
Option to use asymmetric errors. Definition at line 140 of file LauMinuit.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |