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()