Skip to content

Commit f4d4ce9

Browse files
committed
update ReadMe (adapt to absence of the default constructor)
1 parent 37e40dc commit f4d4ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/D2H/Macros/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1616
cd path-to-o2physics-src/PWGHF/D2H/Macros
1717
source path-to-root-install/bin/thisroot.sh
1818
export 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
```
2121
If you have O2Physics compilation and enter into its environment there is no need to set environment variables (skip lines 2-3 above).
2222

0 commit comments

Comments
 (0)