Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
LauSimFitTask Class Referenceabstract The base class for any task process for simultaneous/combined fits. More...
Inheritance diagram for LauSimFitTask:
![]()
Detailed DescriptionThe base class for any task process for simultaneous/combined fits. Implementation of the JFit method described in arXiv:1409.5080 [physics.data-an]. This class acts as the base class from which tasks should inherit. This allows any fitting framework to plug in to the JFit method. Definition at line 50 of file LauSimFitTask.hh. Member Function Documentation◆ connectToCoordinator()
Establish the connection to the coordinator process.
Definition at line 114 of file LauSimFitTask.cc. ◆ finaliseExperiment()
Perform all finalisation actions.
Implemented in LauAbsFitModel, and LauRooFitTask. ◆ initialise()
Initialise the fit model. Each class that inherits from this one must implement this to do what is appropriate Implemented in LauAbsFitModel, LauCPFitModel, LauSimpleFitModel, and LauRooFitTask. ◆ prepareInitialParArray()
Package the initial fit parameters for transmission to the coordinator.
Implemented in LauAbsFitModel, and LauRooFitTask. ◆ readExperimentData()
Read in the data for the current experiment.
Implemented in LauAbsFitModel, and LauRooFitTask. ◆ runTask()
Start the task process for simultaneous fitting.
Definition at line 61 of file LauSimFitTask.cc. ◆ setParsFromMinuit()
This function sets the parameter values from Minuit.
Implements LauFitObject. Implemented in LauAbsFitModel, and LauRooFitTask. ◆ setupResultsOutputs()
Setup saving of fit results to ntuple/LaTeX table etc. Provide here a default implementation that produces an ntuple only. Derived classes can override as they wish.
Reimplemented in LauAbsFitModel. Definition at line 102 of file LauSimFitTask.cc. ◆ verifyFitData()
Open the input file and verify that all required variables are present.
Implemented in LauAbsFitModel, and LauRooFitTask. The documentation for this class was generated from the following files:
Generated by ![]() |