Update 'AddVariable.cpp'

Renata Kopecná 2022-01-27 14:38:16 +01:00
parent cc21d7cad2
commit 88940106fe

@ -131,7 +131,7 @@ Calculates KplusMuMu (Kplus=True) or pi0MuMu mass (Kplus=False) and adds the bra
### int addAllXMuMuMass() ### int addAllXMuMuMass()
Calls [addXMuMuMass()](int-addxmumumass) for all years for the given `Run`. Calls [addXMuMuMass()](#int-addxmumumass) for all years for the given `Run`.
* **Parameters** * **Parameters**
* bool Kplus * bool Kplus
* bool DTF * bool DTF
@ -144,7 +144,7 @@ Calls [addXMuMuMass()](int-addxmumumass) for all years for the given `Run`.
### int addAllXMuMuMass() ### int addAllXMuMuMass()
Calls [addAllXMuMuMass()](int-addallxmumumass) for data, signal MC, reference MC and PHSP MC. Calls [addAllXMuMuMass()](#int-addallxmumumass) for data, signal MC, reference MC and PHSP MC.
* **Parameters** * **Parameters**
* bool Kplus * bool Kplus
* bool DTF * bool DTF
@ -168,7 +168,7 @@ Removes all events with 5179 MeV < M_KplusMuMu < 5379 MeV.
### int applyAllVetoKplusMuMuMass() ### int applyAllVetoKplusMuMuMass()
Calls [applyVetoKplusMuMuMass()](int-applyvetokplusmumumass) for all years for the given `Run`. Calls [applyVetoKplusMuMuMass()](#int-applyvetokplusmumumass) for all years for the given `Run`.
* **Parameters** * **Parameters**
* int Run * int Run
@ -179,7 +179,7 @@ Calls [applyVetoKplusMuMuMass()](int-applyvetokplusmumumass) for all years for t
* If something fails 0, otherwise 1. * If something fails 0, otherwise 1.
### int applyAllVetoKplusMuMuMass() ### int applyAllVetoKplusMuMuMass()
Calls [applyAllVetoKplusMuMuMass()](int-applyallvetokplusmumumass) for data, signal MC, reference MC and PHSP MC. Calls [applyAllVetoKplusMuMuMass()](#int-applyallvetokplusmumumass) for data, signal MC, reference MC and PHSP MC.
* **Parameters** * **Parameters**
* int Run * int Run
@ -197,7 +197,7 @@ Removes all events with M_PizMuMu < 3700 MeV in the Jpsi Q2 region.
* If something fails 0, otherwise 1. * If something fails 0, otherwise 1.
### int applyVetoPizMuMuMass() ### int applyVetoPizMuMuMass()
Calls [applyVetoPizMuMuMass()](int-applyvetopizmumumass()) for all years and polarities for given `Run`. Calls [applyVetoPizMuMuMass()](#int-applyvetopizmumumass()) for all years and polarities for given `Run`.
* **Parameters** * **Parameters**
* int Run * int Run
* **Return** * **Return**