From 88940106feb17a23dd8cd1a36ba92659bc207961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 14:38:16 +0100 Subject: [PATCH] Update 'AddVariable.cpp' --- AddVariable.cpp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AddVariable.cpp.md b/AddVariable.cpp.md index e00dfe3..abe10d3 100644 --- a/AddVariable.cpp.md +++ b/AddVariable.cpp.md @@ -131,7 +131,7 @@ Calculates KplusMuMu (Kplus=True) or pi0MuMu mass (Kplus=False) and adds the bra ### 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** * bool Kplus * bool DTF @@ -144,7 +144,7 @@ Calls [addXMuMuMass()](int-addxmumumass) for all years for the given `Run`. ### 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** * bool Kplus * bool DTF @@ -168,7 +168,7 @@ Removes all events with 5179 MeV < M_KplusMuMu < 5379 MeV. ### 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** * int Run @@ -179,7 +179,7 @@ Calls [applyVetoKplusMuMuMass()](int-applyvetokplusmumumass) for all years for t * If something fails 0, otherwise 1. ### 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** * 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. ### 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** * int Run * **Return**