Update 'ParamValues Class'

Renata Kopecná 2022-01-28 11:34:49 +01:00
parent ac5b27857c
commit 9d6d31844f

@ -73,15 +73,12 @@ All values are initialized to their name as a string, value is set to 1.0, error
* double error * double error
* **Functions:** * **Functions:**
* ParamValues(){}; //default constructor * ParamValues(){}; //default constructor
* void SetParamValues(string s_string, bool fitRef=true) * [void SetParamValues(string s_string, bool fitRef=true)](#void-paramvaluessetparamvalues)
* RooRealVar *getRooRealVar(string s_name, bool sig, bool fitRef=true) * [RooRealVar *getRooRealVar(string s_name, bool sig, bool fitRef=true)](#roorealvar-paramvaluesgetroorealvar)
* void printProperties() * [void ParamValues::printProperties()](#void-paramvaluesprintproperties)
* void setValuesAndErrors(bool sig) * [void setValuesAndErrors(bool sig)](#void-paramvaluessetvaluesanderrors)
* ~ParamValues(){}; //default destructor * ~ParamValues(){}; //default destructor
**TODO** Link the function descriptions
# Functions and their parameters: # Functions and their parameters:
### void ParamValues::printProperties() ### void ParamValues::printProperties()