From eccaf97936e85e195cfde4681650d7b61e71edf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Thu, 10 Feb 2022 11:23:55 +0100 Subject: [PATCH] Update 'getPathForPython' --- getPathForPython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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