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 ```