Update 'Selection code'

Renata Kopecná 2022-02-08 11:34:43 +01:00
parent 0b701a1103
commit 41bc604f71

@ -84,7 +84,9 @@ There are 5 levels of verbosity: The level of verbosity is defined in [GlobalFun
# Running the code # Running the code
The code consists of several C++ scripts that are compiled and executed in ROOT. **Before every step, it is worth closing and opening ROOT**, as it is possible ROOT will complain about redefinition of functions. I also highly recommend running on sigma0, d0new or delta and to source ROOT [with this manual](#setting-up-root). The newer ROOT versions changed some RooFit functions and it results in a segfault. So yeah. Go ROOT. The code consists of several C++ scripts that are compiled and executed in ROOT. **Before every step, it is worth closing and opening ROOT**, as it is possible ROOT will complain about redefinition of functions. If it complaints about redefinitions, just go ahead and remove the corresponding `.d`, `.so` and `.pcm` files.
I also highly recommend running on sigma0, d0new or delta and to source ROOT [with this manual](#setting-up-root). The newer ROOT versions changed some RooFit functions and it results in a segfault. So yeah. Go ROOT.
We used ROOT 6.06.02. In order to run the sselection code, navigate to your folder with the code. Then, run a bashcript that will automatically create the necesarry fodler sturcture. We used ROOT 6.06.02. In order to run the sselection code, navigate to your folder with the code. Then, run a bashcript that will automatically create the necesarry fodler sturcture.
``` ```