Update 'Comparison tool'

Renata Kopecná 2022-03-08 12:50:00 +01:00
parent c3886e621b
commit 0480d9dfa2

@ -30,7 +30,7 @@ The paths for the input files are taken from the selection code in `getPathForPy
## Prerequisities ## Prerequisities
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 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 cd Code/Selection/ComparisonTool
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython