Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
LauRooFitSlave Class Reference A class for creating a RooFit-based slave process for simultaneous/combined fits. More...
Inheritance diagram for LauRooFitSlave:
Detailed DescriptionA class for creating a RooFit-based slave process for simultaneous/combined fits. Implementation of the JFit method described in arXiv:1409.5080 [physics.data-an]. Definition at line 39 of file LauRooFitSlave.hh. Constructor & Destructor Documentation
Constructor. Definition at line 33 of file LauRooFitSlave.cc.
Destructor. Definition at line 47 of file LauRooFitSlave.cc.
Copy constructor (not implemented) Member Function Documentation
Cache the input data values to calculate the likelihood during the fit. Implements LauSimFitSlave. Definition at line 318 of file LauRooFitSlave.cc.
Cleanup the data. Definition at line 53 of file LauRooFitSlave.cc.
Convert a RooRealVar into a LauParameter.
Definition at line 208 of file LauRooFitSlave.cc.
Convert a RooFormulaVar into LauParameters.
Definition at line 213 of file LauRooFitSlave.cc.
Perform all finalisation actions.
Implements LauSimFitSlave. Definition at line 327 of file LauRooFitSlave.cc.
Calculates the total negative log-likelihood. Implements LauSimFitSlave. Definition at line 252 of file LauRooFitSlave.cc.
Initialise the fit model. Implements LauSimFitSlave. Definition at line 65 of file LauRooFitSlave.cc.
Copy assignment operator (not implemented)
Package the initial fit parameters for transmission to the master.
Implements LauSimFitSlave. Definition at line 143 of file LauRooFitSlave.cc.
Read in the data for the current experiment.
Implements LauSimFitSlave. Definition at line 288 of file LauRooFitSlave.cc.
This function sets the parameter values from Minuit.
Implements LauSimFitSlave. Definition at line 258 of file LauRooFitSlave.cc.
Open the input file and verify that all required variables are present.
Implements LauSimFitSlave. Definition at line 86 of file LauRooFitSlave.cc. Member Data Documentation
The data file. Definition at line 132 of file LauRooFitSlave.hh.
The data tree. Definition at line 135 of file LauRooFitSlave.hh.
The dataset variables. Definition at line 126 of file LauRooFitSlave.hh.
The data for the current experiment. Definition at line 138 of file LauRooFitSlave.hh.
Is the PDF extended? Definition at line 141 of file LauRooFitSlave.hh.
The fit parameters (as LauParameter's) Definition at line 153 of file LauRooFitSlave.hh.
The fit parameters (as RooRealVar's) Definition at line 150 of file LauRooFitSlave.hh.
The experiment category variable. Definition at line 144 of file LauRooFitSlave.hh.
The model. Definition at line 123 of file LauRooFitSlave.hh.
The NLL variable. Definition at line 147 of file LauRooFitSlave.hh.
The name of the (optional) weight variable in the dataset. Definition at line 129 of file LauRooFitSlave.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |