From 734c76f2a5ad0c69ef777715cb650e0784a9c153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 28 Jan 2022 12:15:13 +0100 Subject: [PATCH] Update 'MassFit.cpp' --- MassFit.cpp.md | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/MassFit.cpp.md b/MassFit.cpp.md index c913a85..2ba9158 100644 --- a/MassFit.cpp.md +++ b/MassFit.cpp.md @@ -1,10 +1,35 @@ +# Classes +### TMefficiencyClass +* **Private members:** +* **Public members:** + * string sVariable + * std::vector\sBranchName + * Int_t Bins + * Float_t Range\[2\] + * std::vector\> vVarRange + * std::vector\ binEdges + * std::vector\ binEdgesEquidistant + * bool isEquidistant + * Float_t Step + * string cut + * +* **Functions:** + * **TMefficiencyClass()** + * **Parameters** + * //default constructor + * **Return** + + + # Functions and their parameters: -### bool useExtraVarBool() + +### bool useExtraVarBool() +This functions checks whether the used extra variable is listed in the binning scheme defined in the TMefficiencyClass. **ṪODO** add a link * **Parameters** - * string extraVar //Shoudl be easy to add others + * string extraVar * **Return** ### string GetsWeightPlots()