File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ If you have O2Physics compilation you do not need to fulfill these dependencies
1111
1212## How to run
1313### As a ROOT macro
14- The ` runMassFitter.C ` can be compiled as ROOT macro.
14+ The ` runMassFitter.C ` can be executed as ROOT macro.
1515``` bash
1616cd path-to-o2physics-src/PWGHF/D2H/Macros
1717source path-to-root-install/bin/thisroot.sh
1818export ROOT_INCLUDE_PATH=$ROOT_INCLUDE_PATH :path-to-json-include
19- root -l -x - b -q " HFInvMassFitter.cxx" " runMassFitter.C(\" config_massfitter.json\" )"
19+ root -l -b -q -e " .L HFInvMassFitter.cxx" -x " runMassFitter.C(\" config_massfitter.json\" )"
2020```
2121If you have O2Physics compilation and enter into its environment there is no need to set environment variables (skip lines 2-3 above).
2222
You can’t perform that action at this time.
0 commit comments