Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
LauSimFitCoordinator Class Reference The coordinator process for simultaneous/combined fits. More...
Inheritance diagram for LauSimFitCoordinator:
![]()
Detailed DescriptionThe coordinator process for simultaneous/combined fits. Implementation of the JFit method described in arXiv:1409.5080 [physics.data-an]. This class acts as the interface between the task processes and the minimiser. Definition at line 56 of file LauSimFitCoordinator.hh. Constructor & Destructor Documentation◆ LauSimFitCoordinator()
Constructor.
Definition at line 52 of file LauSimFitCoordinator.cc. Member Function Documentation◆ cacheInputData()
Instruct the tasks to perform the caching.
Definition at line 646 of file LauSimFitCoordinator.cc. ◆ getTotNegLogLikelihood()
Calculate the new value of the negative log likelihood. This function has to be public since it is called from the global FCN. It should not be called otherwise! Implements LauFitObject. Definition at line 775 of file LauSimFitCoordinator.cc. ◆ readData()
Instruct the tasks to read the input data for the given experiment.
Definition at line 596 of file LauSimFitCoordinator.cc. ◆ runSimFit()
Run the fit.
Definition at line 462 of file LauSimFitCoordinator.cc. ◆ setParsFromMinuit()
This function sets the parameter values from Minuit. This function has to be public since it is called from the global FCN. It should not be called otherwise!
Implements LauFitObject. Definition at line 742 of file LauSimFitCoordinator.cc. ◆ withinAsymErrorCalc() [1/3]
Query whether the fit is calculating the asymmetric errors.
Definition at line 94 of file LauFitObject.hh. ◆ withinAsymErrorCalc() [2/3]
Mark that the fit is calculating asymmetric errors. This function has to be public since it is called by the fitter interface to mark when entering and exiting the asymmetric error calculation. It should not be called otherwise!
Reimplemented from LauFitObject. Definition at line 551 of file LauSimFitCoordinator.cc. ◆ withinAsymErrorCalc() [3/3]
Mark that the fit is calculating asymmetric errors. This is called by the fitter interface to mark when entering and exiting the asymmetric error calculation.
Definition at line 85 of file LauFitObject.hh. The documentation for this class was generated from the following files:
Generated by ![]() |