Update 'Signal Study'

Renata Kopecná 2022-02-03 13:00:47 +01:00
parent 109f939dc9
commit dd84c14921

@ -1,32 +1,44 @@
## Global variables:
* class YieldInfo{
* public:
# Classes # Classes
### YieldInfo ### YieldInfo
* **Private members:** * **Private members:**
* **Public members:** * **Public members:**
* **Functions:** * **Functions:**
* **YieldInfo()** * **YieldInfo()**
[comment]: # ([o()](#yieldinfo))
* **Parameters** * **Parameters**
* //default constructor * //default constructor
* **Return** * **Return**
* **void addYield()** * **void addYield()**
[comment]: # ([addYield()](#void-addyield))
* **Parameters** * **Parameters**
* YieldInfo addInfo * YieldInfo addInfo
* **Return** * **Return**
* **~YieldInfo()** * **~YieldInfo()**
[comment]: # ([o()](#~yieldinfo))
* **Parameters** * **Parameters**
* ); //destuctor * ); //destuctor
* **Return** * **Return**
# Functions and their parameters: # Functions
### YieldInfo::~YieldInfo() ### YieldInfo::~YieldInfo()
[comment]: # ([o()](#yieldinfo-~yieldinfo))
* **Parameters** * **Parameters**
* //destuctor * //destuctor
* **Return** * **Return**
### double getValueFromTGraph() ### double getValueFromTGraph()
[comment]: # ([getValueFromTGraph()](#double-getvaluefromtgraph))
* **Parameters** * **Parameters**
* string name * string name
@ -35,6 +47,7 @@
* **Return** * **Return**
### bool yieldComparison() ### bool yieldComparison()
[comment]: # ([yieldComparison()](#bool-yieldcomparison))
* **Parameters** * **Parameters**
* int Run * int Run
@ -42,6 +55,7 @@
* **Return** * **Return**
### YieldInfo yieldInQ2() ### YieldInfo yieldInQ2()
[comment]: # ([yieldInQ2()](#yieldinfo-yieldinq2))
* **Parameters** * **Parameters**
* int Run * int Run
@ -51,12 +65,14 @@
* **Return** * **Return**
### bool plotYieldInQ2() ### bool plotYieldInQ2()
[comment]: # ([plotYieldInQ2()](#bool-plotyieldinq2))
* **Parameters** * **Parameters**
* bool fixRange * bool fixRange
* **Return** * **Return**
### bool ApplyCut() ### bool ApplyCut()
[comment]: # ([ApplyCut()](#bool-applycut))
* **Parameters** * **Parameters**
* int Run * int Run
@ -67,6 +83,7 @@
* **Return** * **Return**
### bool ApplyCutPerYear() ### bool ApplyCutPerYear()
[comment]: # ([ApplyCutPerYear()](#bool-applycutperyear))
* **Parameters** * **Parameters**
* int Run * int Run
@ -77,6 +94,7 @@
* **Return** * **Return**
### bool ApplyCutToAll() ### bool ApplyCutToAll()
[comment]: # ([ApplyCutToAll()](#bool-applycuttoall))
* **Parameters** * **Parameters**
* int Run * int Run
@ -84,6 +102,7 @@
* **Return** * **Return**
### bool ApplyCutPerYearAll() ### bool ApplyCutPerYearAll()
[comment]: # ([ApplyCutPerYearAll()](#bool-applycutperyearall))
* **Parameters** * **Parameters**
* int Run * int Run
@ -91,12 +110,14 @@
* **Return** * **Return**
### bool ApplyCutPerYearAll() ### bool ApplyCutPerYearAll()
[comment]: # ([ApplyCutPerYearAll()](#bool-applycutperyearall))
* **Parameters** * **Parameters**
* int Run * int Run
* **Return** * **Return**
### bool printYileds() ### bool printYileds()
[comment]: # ([printYileds()](#bool-printyileds))
* **Parameters** * **Parameters**
* bool Rare * bool Rare