Update 'Selection code'

Renata Kopecná 2022-02-07 10:15:29 +01:00
parent cd1c9ca00f
commit 0477776319

@ -83,9 +83,10 @@ There are 5 levels of verbosity: The level of verbosity is defined in [GlobalFun
# 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.
We used ROOT 6.06.02. In order to run the sselection code, navigate to your folder
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.
```
cd /path/to/your/folder/B2KstarMuMu/Code/Selection/
bash createFolders.sh
```