Update 'Selection code'

Renata Kopecná 2022-01-26 15:30:31 +01:00
parent 7f1d812202
commit 5ad8457ed5

@ -2,7 +2,7 @@ The selection code is a set of C++ scripts. First, the running of the code is in
## Setting up ROOT
**TODO**
In order to make pretty plots, dedicated code in [Design.cpp|Design.cpp] is always checked for compilation when starting ROOT. This is done by creating a `.rootrc` file in your home directory and telling ROOT to always compile the Design.cpp:
In order to make pretty plots, dedicated code in [[Design.cpp|Design.cpp]] is always checked for compilation when starting ROOT. This is done by creating a `.rootrc` file in your home directory and telling ROOT to always compile the Design.cpp:
```
{
gROOT->ProcessLine(".L path/to/your/folder/Design.cpp+");