From 5dae033c29fae0893efab71b40acfea54adb23ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Fri, 28 Jan 2022 14:10:35 +0100 Subject: [PATCH] Update 'MassFit.cpp' --- MassFit.cpp.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/MassFit.cpp.md b/MassFit.cpp.md index 2d999eb..b81e496 100644 --- a/MassFit.cpp.md +++ b/MassFit.cpp.md @@ -1,18 +1,18 @@ # Classes ### TMefficiencyClass * **Public members:** -| Name | Description | -| ------------- | ------------- | -| string sVariable | LaTeX name of the parameter | -| 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 | | +| Name | Description | +| ------------- | ------------- | +| string sVariable | LaTeX name of the parameter | +| std::vector\sBranchName | vector of branches needed to get this variable| +| Int_t Bins | Number of bins in the var | +| Float_t Range\[2\] | Range of the var, \[low_edge,high_edge\] | +| std::vector\> vVarRange | Range of the variables directly from the branch | +| std::vector\ binEdges | vector containing the bin borders | +| std::vector\ binEdgesEquidistant | vector containing the bin borders assuming equidistant binning | +| bool isEquidistant | is the binning equidistant? | +| Float_t Step | Bin width; more of a helper, equal to \(Range\[1\] - Range\[0\]\) / Bins| +| string cut | string in a TFormula format handlight the branches (eg."TMath::Abs(pi_zero_resolved_ETA_DTF-K_plus_ETA_DTF)" | * **Functions:**