Update 'Selection code'
parent
9198914508
commit
df8ad39131
@ -16,6 +16,15 @@ In order to make pretty plots, dedicated code in [[Design.cpp|Design.cpp]] is al
|
|||||||
gROOT->ProcessLine(".L path/to/your/folder/Design.cpp+");
|
gROOT->ProcessLine(".L path/to/your/folder/Design.cpp+");
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Setting up python3 and pyROOT
|
||||||
|
**TODO**
|
||||||
|
```
|
||||||
|
source /cvmfs/sft.cern.ch/lcg/views/setupViews.sh LCG_97python3 x86_64-centos7-gcc9-opt
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user