Skip to content

Commit eb308c0

Browse files
committed
Fix formatting
1 parent e1db4b0 commit eb308c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

run/SimExamples/HepMC/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Please refer to the documentation of these for more on how to make
2222
event files in the HepMC format.
2323

2424
To 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+
2727
See 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.
5151
We 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+
5656
The `sed` command selects lines that begin with `HepMC::`, or one
5757
of 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
6565
using 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

7272
Internally `GeneratorHepMC`

0 commit comments

Comments
 (0)