From 9f334c9baa92e0c6463d3a80f2ae80bc97fcf1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 15:44:00 +0100 Subject: [PATCH] Add 'BackgroundPdf.cpp' --- BackgroundPdf.cpp.md | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 BackgroundPdf.cpp.md diff --git a/BackgroundPdf.cpp.md b/BackgroundPdf.cpp.md new file mode 100644 index 0000000..f82008a --- /dev/null +++ b/BackgroundPdf.cpp.md @@ -0,0 +1,47 @@ + + + +## Global variables: + + + +# Classes + + + +# Functions and their parameters: +### RooExponential \* BackgroundPdf::bkg_exp1() + +* **Parameters** + * RooRealVar \*B_plus_M +* **Return** + +### RooExponential \* BackgroundPdf::bkg_exp2() + +* **Parameters** + * RooRealVar \*B_plus_M +* **Return** + +### RooExpAndGauss \* BackgroundPdf::ExpG() + +* **Parameters** + * RooRealVar \*B_plus_M +* **Return** + +### RooDoubleCB \* BackgroundPdf::bkg_CB() + +* **Parameters** + * RooRealVar \*B_plus_M +* **Return** + +### RooAddPdf\* BackgroundPdf::getBplusBkgModel() + +* **Parameters** + * RooRealVar \*B_plus_M +* **Return** + +### void BackgroundPdf::setAllRooVarsConstant() + +* **Parameters** + * +* **Return** \ No newline at end of file