diff --git a/getPathForPython.md b/getPathForPython.md index 0c0c0c6..7afcb70 100644 --- a/getPathForPython.md +++ b/getPathForPython.md @@ -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