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 53 of file LauRooFitSlave.hh. Constructor & Destructor Documentation
Constructor. Definition at line 47 of file LauRooFitSlave.cc.
Destructor. Definition at line 61 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 332 of file LauRooFitSlave.cc.
Cleanup the data. Definition at line 67 of file LauRooFitSlave.cc.
Convert a RooRealVar into a LauParameter.
Definition at line 222 of file LauRooFitSlave.cc.
Convert a RooFormulaVar into LauParameters.
Definition at line 227 of file LauRooFitSlave.cc.
Perform all finalisation actions.
Implements LauSimFitSlave. Definition at line 341 of file LauRooFitSlave.cc.
Calculates the total negative log-likelihood. Implements LauSimFitSlave. Definition at line 266 of file LauRooFitSlave.cc.
Initialise the fit model. Implements LauSimFitSlave. Definition at line 79 of file LauRooFitSlave.cc.
Copy assignment operator (not implemented)
Package the initial fit parameters for transmission to the master.
Implements LauSimFitSlave. Definition at line 157 of file LauRooFitSlave.cc.
Read in the data for the current experiment.
Implements LauSimFitSlave. Definition at line 302 of file LauRooFitSlave.cc.
This function sets the parameter values from Minuit.
Implements LauSimFitSlave. Definition at line 272 of file LauRooFitSlave.cc.
Open the input file and verify that all required variables are present.
Implements LauSimFitSlave. Definition at line 100 of file LauRooFitSlave.cc. Member Data Documentation
The data file. Definition at line 146 of file LauRooFitSlave.hh.
The data tree. Definition at line 149 of file LauRooFitSlave.hh.
The dataset variables. Definition at line 140 of file LauRooFitSlave.hh.
The data for the current experiment. Definition at line 152 of file LauRooFitSlave.hh.
Is the PDF extended? Definition at line 155 of file LauRooFitSlave.hh.
The fit parameters (as LauParameter's) Definition at line 167 of file LauRooFitSlave.hh.
The fit parameters (as RooRealVar's) Definition at line 164 of file LauRooFitSlave.hh.
The experiment category variable. Definition at line 158 of file LauRooFitSlave.hh.
The model. Definition at line 137 of file LauRooFitSlave.hh.
The NLL variable. Definition at line 161 of file LauRooFitSlave.hh.
The name of the (optional) weight variable in the dataset. Definition at line 143 of file LauRooFitSlave.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |