@@ -22,8 +22,8 @@ Please refer to the documentation of these for more on how to make
2222event files in the HepMC format.
2323
2424To make a simulation reading from the file ` events.hepmc ` , do
25- o2-sim -g hepmc --configKeyValues "HepMC.fileName=events.hepmc" ...
26-
25+ o2-sim -g hepmc --configKeyValues "HepMC.fileName=events.hepmc" ...
26+
2727See also [ ` read.sh ` ] ( read.sh ) .
2828
2929## Reading HepMC events from child process
@@ -51,8 +51,8 @@ example, `crmc` will write a lot of information to standard output.
5151We can filter that out via a shell script ([ ` crmc.sh ` ] ( crmc.sh ) ) like
5252
5353 #!/bin/sh
54- crmc $@ -o hepmc3 -f /dev/stdout | sed -n 's/^\(HepMC::\|[EAUWVP] \)/\1/p'
55-
54+ crmc $@ -o hepmc3 -f /dev/stdout | sed -n 's/^\(HepMC::\|[EAUWVP] \)/\1/p'
55+
5656The ` sed ` command selects lines that begin with ` HepMC:: ` , or one
5757of single characters ` E ` (event), ` A ` (attribute), ` U ` (units), ` W `
5858(weight), ` V ` (vertex), or ` P ` (particle) followed by a space. This
@@ -65,8 +65,8 @@ the CRMC suite. For example, if we want to simulate p-Pb collisions
6565using DpmJET, we can do
6666
6767 o2-sim -g hepmc --configKeyValues "HepMC.progCmd=crmc.sh -m 12 -i2212 -I 1002080820"
68-
69-
68+
69+
7070### Implementation details
7171
7272Internally ` GeneratorHepMC `
0 commit comments