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
* **Functions:**
* ParamValues(){}; //default constructor
* void SetParamValues(string s_string, bool fitRef=true)
* RooRealVar *getRooRealVar(string s_name, bool sig, bool fitRef=true)
* void printProperties()
* void setValuesAndErrors(bool sig)
* [void SetParamValues(string s_string, bool fitRef=true)](#void-paramvaluessetparamvalues)
* [RooRealVar *getRooRealVar(string s_name, bool sig, bool fitRef=true)](#roorealvar-paramvaluesgetroorealvar)
* [void ParamValues::printProperties()](#void-paramvaluesprintproperties)
* [void setValuesAndErrors(bool sig)](#void-paramvaluessetvaluesanderrors)
* ~ParamValues(){}; //default destructor
**TODO** Link the function descriptions
# Functions and their parameters:
### void ParamValues::printProperties()