File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ All steps are activated by default and some can be disabled individually by sett
8888The steering script [ ` run_analysis.sh ` ] ( exec/run_analysis.sh ) can be executed with the following optional arguments:
8989
9090``` bash
91- bash [< path> /]run_analysis.sh [-h] [-i < input-configuration> ] [-t < task-configuration> ] [-d]
91+ [< path> /]run_analysis.sh [-h] [-i < input-configuration> ] [-t < task-configuration> ] [-d]
9292```
9393
9494` <input-configuration> ` Input specification script. See [ Input specification] ( #input-specification ) .
@@ -264,7 +264,7 @@ which can help you figure out what went wrong, where and why.
264264You can execute the script from the current working directory using the following syntax (options can be combined):
265265
266266``` bash
267- bash [< path> /]debug.sh [-h] [-t TYPE] [-b [-u]] [-f] [-w] [-e]
267+ [< path> /]debug.sh [-h] [-t TYPE] [-b [-u]] [-f] [-w] [-e]
268268` ` `
269269
270270` -h` Print out the usage help.
@@ -306,7 +306,7 @@ as well as re-building your AliPhysics and O<sup>2</sup>(Physics) installations
306306You can execute the script from any directory on your system using the following syntax:
307307
308308```bash
309- python [<path>/]exec/update_packages.py [-h] [-d] [-l] [-c] database
309+ [<path>/]exec/update_packages.py [-h] [-d] [-l] [-c] database
310310```
311311
312312optional arguments:
@@ -353,7 +353,7 @@ It is possible to check your code locally (before even committing or pushing):
353353### Space checker
354354
355355```bash
356- bash [<path>/]exec/check_spaces.sh
356+ [<path>/]exec/check_spaces.sh
357357```
358358
359359### [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html)
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ You can use the [`download_from_grid.sh`](../exec/download_from_grid.sh) script
4545Enter the ` codeHF ` directory and execute the steering script:
4646
4747``` bash
48- bash run_analysis.sh
48+ ./ run_analysis.sh
4949```
5050
5151The postprocessing step produces several plots ` comparison_histos_(...).pdf ` , ` MC_(...).pdf ` .
You can’t perform that action at this time.
0 commit comments