Update 'Comparison tool'
parent
eccaf97936
commit
bd954e06db
@ -30,10 +30,12 @@ The paths for the input files are taken from the selection code in `getPathForPy
|
|||||||
|
|
||||||
## Prerequisities
|
## Prerequisities
|
||||||
|
|
||||||
First, we need to compile `getPathForPython.cc`. Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using
|
First, we need to compile [[`getPathForPython.cc`|getPathForPython]] Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using
|
||||||
```
|
```
|
||||||
|
cd Code/Selection/ComparisonTool
|
||||||
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython
|
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython
|
||||||
```
|
```
|
||||||
|
If the compilaiton fails, [[consult this page|getPathForPython]].
|
||||||
|
|
||||||
## Plotting
|
## Plotting
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user