From be96b6b468ad7839dffdd1b4afe4311720b72d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 11:45:17 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Selection-code.md b/Selection-code.md index 125736b..a8ae6f8 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -42,9 +42,9 @@ Next step is to compile and perform the MC Truth-Matching, saved in [[MCtruthma TruthMatchAllAll(1); TruthMatchAllAll(2); ``` -Then, we need to add the XMuMu mass variable and apply the KplusMuMu veto ([[addVariable.cpp|addVariable]) +Then, we need to add the XMuMu mass variable and apply the KplusMuMu veto ([[addVariable.cpp|addVariable]]) ``` -.L CodeForTests/AddVariable.cpp+ +.L AddVariable.cpp+ addAllXMuMuMass(true,true,1); addAllXMuMuMass(false,true,1); applyAllVetoKplusMuMuMass(1); addAllXMuMuMass(true,true,2); addAllXMuMuMass(false,true,2); applyAllVetoKplusMuMuMass(2); ```