We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e40dc commit f4d4ce9Copy full SHA for f4d4ce9
1 file changed
PWGHF/D2H/Macros/README.md
@@ -11,12 +11,12 @@ If you have O2Physics compilation you do not need to fulfill these dependencies
11
12
## How to run
13
### As a ROOT macro
14
-The `runMassFitter.C` can be compiled as ROOT macro.
+The `runMassFitter.C` can be executed as ROOT macro.
15
```bash
16
cd path-to-o2physics-src/PWGHF/D2H/Macros
17
source path-to-root-install/bin/thisroot.sh
18
export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH:path-to-json-include
19
-root -l -x -b -q "HFInvMassFitter.cxx" "runMassFitter.C(\"config_massfitter.json\")"
+root -l -b -q -e ".L HFInvMassFitter.cxx" -x "runMassFitter.C(\"config_massfitter.json\")"
20
```
21
If you have O2Physics compilation and enter into its environment there is no need to set environment variables (skip lines 2-3 above).
22
0 commit comments