Update 'getPathForPython'

Renata Kopecná 2022-02-10 11:23:55 +01:00
parent 7d4d97bb03
commit eccaf97936

@ -4,7 +4,7 @@ This script is a helper function for the python scripts. It loads the hardcoded
The code has to be compiled in the same enviroment as we run the python in, hence we need to [source it](https://git.physi.uni-heidelberg.de/kopecna/EWP-BplusToKstMuMu-AngAna/wiki/Selection-code#setting-up-python3-and-pyroot)
First, compile the script to be a standalone executable that can be called by pyhton:
First, compile the script to be a standalone executable that can be called by python:
```
cd Code/Selection/ComparisonTool
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython