Update 'getPathForPython'
parent
22394a6254
commit
e4267d4f3d
@ -1,5 +1,7 @@
|
||||
This script is a helper function for the python scripts. It loads the hardcoded paths from [[Paths.hpp|Paths.hpp]] and returns them as a string based on the specified options.
|
||||
|
||||
**Before compiling this, one has to go to Utils.hpp and comment out functions `getResult`, `getVarFromResult` and `getBplusMeanFromResult`.** This is due to the fact it is a header file: it cannot properly link the RooFit functions. If the function was properly defined and compiled, runinng the scripts from the ROOT shell would be a living hell. Without running in the ROOT shell, one would have to constantly change the main file and recompile everything 400 times a day, so this is the price to pay.
|
||||
|
||||
First, compile the script to be a standalone executable that can be called by pyhton:
|
||||
```
|
||||
cd Code/Selection/ComparisonTool
|
||||
|
Loading…
Reference in New Issue
Block a user