From 80bafcd143bc727b628719133b5d3f6b50c1018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 27 Jan 2022 10:08:37 +0100 Subject: [PATCH] Update 'Selection code' --- Selection-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Selection-code.md b/Selection-code.md index 856712b..700010a 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -29,7 +29,7 @@ Then, run a python script [[Rescale_pi0momentum.py|Rescale pi0 momentum]] perfo lb-conda default python Scripts/Rescale_pi0momentum.py ``` -Next step is to compile and perform the MC Truth-Matching, saved in [[MCtruthmatching.cpp|MCtruthmatching]]. The Truth-matching procedure is in detail described in [my thesis](http://www.physi.uni-heidelberg.de/Publications/thesis_Kopecna_final.pdf). +Next step is to compile and perform the MC Truth-Matching, saved in [[MCtruthmatching.cpp|MCtruthmatching.cpp]]. The Truth-matching procedure is in detail described in [my thesis](http://www.physi.uni-heidelberg.de/Publications/thesis_Kopecna_final.pdf). ``` .L MCtruthmatching.cpp+ TruthMatchAllAll(1); TruthMatchAllAll(2);