From 9d6d31844ffce100522131a293134640cfe220a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 28 Jan 2022 11:34:49 +0100 Subject: [PATCH] Update 'ParamValues Class' --- ParamValues-Class.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ParamValues-Class.md b/ParamValues-Class.md index 2892151..c26f9c3 100644 --- a/ParamValues-Class.md +++ b/ParamValues-Class.md @@ -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()