Update 'MassFit.cpp'

Renata Kopecná 2022-01-28 12:15:13 +01:00
parent 24f6d5fe79
commit 734c76f2a5

@ -1,10 +1,35 @@
# Classes
### TMefficiencyClass
* **Private members:**
* **Public members:**
* string sVariable
* std::vector\<string>sBranchName
* Int_t Bins
* Float_t Range\[2\]
* std::vector\<std::array\<double,2>> vVarRange
* std::vector\<double> binEdges
* std::vector\<double> binEdgesEquidistant
* bool isEquidistant
* Float_t Step
* string cut
*
* **Functions:**
* **TMefficiencyClass()**
* **Parameters**
* //default constructor
* **Return**
# Functions and their parameters: # 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** * **Parameters**
* string extraVar //Shoudl be easy to add others * string extraVar
* **Return** * **Return**
### string GetsWeightPlots() ### string GetsWeightPlots()