Add 'Signal Study'

Renata Kopecná 2022-01-25 17:53:09 +01:00
parent 488b831a6b
commit ebef3d5309

103
Signal-Study.md Normal file

@ -0,0 +1,103 @@
# Classes
### YieldInfo
* **Private members:**
* **Public members:**
* **Functions:**
* **YieldInfo()**
* **Parameters**
* //default constructor
* **Return**
* **void addYield()**
* **Parameters**
* YieldInfo addInfo
* **Return**
* **~YieldInfo()**
* **Parameters**
* ); //destuctor
* **Return**
# Functions and their parameters:
### YieldInfo::~YieldInfo()
* **Parameters**
* //destuctor
* **Return**
### double getValueFromTGraph()
* **Parameters**
* string name
* TFile \*fitFile
* double TMVAcut
* **Return**
### bool yieldComparison()
* **Parameters**
* int Run
* double TMVAcut
* **Return**
### YieldInfo yieldInQ2()
* **Parameters**
* int Run
* double TMVAcut
* int nBin
* bool doFit
* **Return**
### bool plotYieldInQ2()
* **Parameters**
* bool fixRange
* **Return**
### bool ApplyCut()
* **Parameters**
* int Run
* bool MC
* bool Reference
* bool PHSP
* double TMVAcut
* **Return**
### bool ApplyCutPerYear()
* **Parameters**
* int Run
* bool MC
* bool Reference
* bool PHSP
* double TMVAcut
* **Return**
### bool ApplyCutToAll()
* **Parameters**
* int Run
* double TMVAcut
* **Return**
### bool ApplyCutPerYearAll()
* **Parameters**
* int Run
* double TMVAcut
* **Return**
### bool ApplyCutPerYearAll()
* **Parameters**
* int Run
* **Return**
### bool printYileds()
* **Parameters**
* bool Rare
* **Return**