From 31c7982a8729e7fa421ba0d7fb9aa84b0ed4d09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 28 Jan 2022 17:22:16 +0100 Subject: [PATCH] Update 'BackgroundPdf Class' --- BackgroundPdf-Class.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/BackgroundPdf-Class.md b/BackgroundPdf-Class.md index ab6ea03..951d0da 100644 --- a/BackgroundPdf-Class.md +++ b/BackgroundPdf-Class.md @@ -1,8 +1,16 @@ -## Global variables: -*class BackgroundPdf: public ParamValues{ -*public: +## Table of Contents + +* [Classes](#classes) + * [BackgroundPdf: public ParamValues](#backgroundpdf-public-paramvalues) +* [Functions and their parameters:](#functions-and-their-parameters) + * [RooExponential * BackgroundPdf::bkg_exp1()](#rooexponential---backgroundpdf-bkg_exp1) + * [RooExponential * BackgroundPdf::bkg_exp2()](#rooexponential---backgroundpdf-bkg_exp2) + * [RooExpAndGauss * BackgroundPdf::ExpG()](#rooexpandgauss---backgroundpdf-expg) + * [RooDoubleCB * BackgroundPdf::bkg_CB()](#roodoublecb------backgroundpdf-bkg_cb) + * [RooAddPdf* BackgroundPdf::getBplusBkgModel()](#rooaddpdf--backgroundpdf-getbplusbkgmodel) + * [void BackgroundPdf::setAllRooVarsConstant()](#void-backgroundpdf-setallroovarsconstant) # Classes ### BackgroundPdf: public ParamValues @@ -18,7 +26,7 @@ Contains thhe constrained parameters, the pdf of the constrained paramerers, boo * RooDoubleCB * bkg_CB(RooRealVar *B_plus_M); * RooAddPdf* getBplusBkgModel(RooRealVar *B_plus_M); * **Functions:** - * void setAllRooVarsConstant(); + * [void setAllRooVarsConstant()](#void-backgroundpdf-setallroovarsconstant) * ~BackgroundPdf(){}; //default destructor @@ -41,7 +49,7 @@ Contains thhe constrained parameters, the pdf of the constrained paramerers, boo * RooRealVar \*B_plus_M * **Return** * Returns RooExpAndGauss: ExpGauss pdf - * + ### RooDoubleCB \* BackgroundPdf::bkg_CB() * **Parameters** * RooRealVar \*B_plus_M