|
| CombinedParameter (TString name) |
|
void | setCurrentValue (double val) |
|
void | setSigma (double sig) |
| overloaded polymorf func
|
|
void | correlateParameter (LKParameter *p) |
| overloaded polymorf func
|
|
| LKParameter (TString name) |
|
| LKParameter (int id, int type, TString nam, double initial, double step, double min, double max) |
|
void | printInitial () |
|
virtual void | printCurrent (bool withErrors) |
|
void | setId (int id) |
|
void | setType (int typ) |
|
void | setInitialValue (double i) |
|
void | setCurrentValueInMinuitUnits (double c) |
|
void | setT0value (double val) |
|
double | getT0value () |
|
void | setMinuitUnit (double s=1.) |
|
void | setStep (double st) |
|
void | setSigmaInMinuitUnits (double sig) |
|
void | setMinimum (double mi) |
|
void | setMaximum (double max) |
|
int | getType () |
|
int | getId () |
|
double | getCurrentValue () |
|
double | getCurrentValueInMinuitUnits () |
|
double | getInitialValue () |
|
double | getInitialValueInMinuitUnits () |
|
double | getMaximum () |
|
double | getMaximumInMinuitUnits () |
|
double | getMinimum () |
|
double | getMinimumInMinuitUnits () |
|
double | getStep () |
|
double | getStepInMinuitUnits () |
|
double | getSigma () |
|
TString | getTypeName () |
|
double | getInitialSigma () |
|
double | getLLGausConstraint () |
|
void | setCommon (bool c=true) |
|
bool | isActive () |
|
bool | isOfInterest () |
|
bool | isCommon () |
|
void | freeze (bool doFreeze) |
|
bool | compares (LKParameter *par, bool print) |
|
void | printHeader () |
|
bool | inCombinedMode () |
|
void | initialize () |
|
void | setCombinedMode (bool mode=true) |
|
| XeStat (TString name) |
|
void | setName (TString nam="No_Name") |
| helper method to set the name of this instance.
|
|
TString | getName () |
| helper method to return the name of this instance.
|
|
void | setExperiment (int exp) |
| set the experiment number, usefull for combination
|
|
int | getExperiment () |
| set the experiment number, usefull for combination
|
|
Public Member Functions inherited from errorHandler |
| errorHandler (TString name) |
|
void | Error (TString functionName, TString message) |
| Send an Error message to the user. More...
|
|
void | Warning (TString functionName, TString message) |
| Send a Warning message to the user. More...
|
|
void | Info (TString functionName, TString message) |
| Send an Info message to the user. More...
|
|
void | Debug (TString functionName, TString message) |
| Send a Debug message to the user. More...
|
|
void | setPrintLevel (int level) |
| Set the local printing level (for this instance only) More...
|
|
int | getPrintLevel () |
| Return the current print level for this instance. remind that if you set with setPrintLevel this will override the global print level.
|
|
| printTools () |
| ---------— Print Toools -----------— ///
|
|