Update 'Selection code'

Renata Kopecná 2022-02-02 14:05:25 +01:00
parent 1059e49ffb
commit 93df2bea6f

@ -40,7 +40,7 @@ runAllRefMC(1); runAllRefMC(2);
runAllPHSPMC(1); runAllPHSPMC(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 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,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); 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 lb-conda default python Rescale_pi0momentum.py
``` ```