From 93df2bea6fccbb67bbce88c4291ea528a36709ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 2 Feb 2022 14:05:25 +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 8a793e1..dfb10d9 100644 --- a/Selection-code.md +++ b/Selection-code.md @@ -40,7 +40,7 @@ runAllRefMC(1); runAllRefMC(2); runAllPHSPMC(1); runAllPHSPMC(2); ``` -Then, run a python script [[Rescale_pi0momentum.py|Rescale pi0 momentum]] performing the Kstar MacGyver DTF +Then, run a python script [[Rescale_pi0momentum.py|Rescale-pi0-momentum]] performing the Kstar MacGyver DTF ``` lb-conda default python Scripts/Rescale_pi0momentum.py ``` @@ -176,7 +176,7 @@ Then, we need to add the variables to the inclusive sample. This HAS TO BE SET B addAllXMuMuMass(true,true,1,true,true,false); addAllXMuMuMass(false,true,1,true,true,false); applyAllVetoKplusMuMuMass(1,true,true,false); addAllXMuMuMass(true,true,2,true,true,false); addAllXMuMuMass(false,true,2,true,true,false); applyAllVetoKplusMuMuMass(2,true,true,false); ``` -Similarly, before applying the MacGyver DTF, the paths in [[Rescale_pi0momentum.py|Rescale_pi0momentum.py]] have to be set by hand! +Similarly, before applying the MacGyver DTF, the paths in [[Rescale_pi0momentum.py|Rescale-pi0-momentum]] have to be set by hand! ``` lb-conda default python Rescale_pi0momentum.py ```