Update 'getPathForPython'
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)
|
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
|
cd Code/Selection/ComparisonTool
|
||||||
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython
|
g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython
|
||||||
|
Loading…
Reference in New Issue
Block a user