Skip to content

Commit f27aaf8

Browse files
committed
Fix formatting
1 parent 67e5ba9 commit f27aaf8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

run/SimExamples/HepMC/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ 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+
2526
o2-sim -g hepmc --configKeyValues "HepMC.fileName=events.hepmc" ...
26-
27+
2728
See also [`read.sh`](read.sh).
2829

2930
## Reading HepMC events from child process
@@ -35,7 +36,7 @@ EG by
3536

3637
o2-sim -g hepmc --configKeyValues "HepMC.progCmd=eg"
3738

38-
See also [`child.sh`](child.sh).
39+
See also [`child.sh`](child.sh).
3940

4041
There are some requirements on the program `eg`:
4142

@@ -52,7 +53,7 @@ We can filter that out via a shell script ([`crmc.sh`](crmc.sh)) like
5253

5354
#!/bin/sh
5455
crmc $@ -o hepmc3 -f /dev/stdout | sed -n 's/^\(HepMC::\|[EAUWVP] \)/\1/p'
55-
56+
5657
The `sed` command selects lines that begin with `HepMC::`, or one
5758
of single characters `E` (event), `A` (attribute), `U` (units), `W`
5859
(weight), `V` (vertex), or `P` (particle) followed by a space. This
@@ -65,8 +66,8 @@ the CRMC suite. For example, if we want to simulate p-Pb collisions
6566
using DpmJET, we can do
6667

6768
o2-sim -g hepmc --configKeyValues "HepMC.progCmd=crmc.sh -m 12 -i2212 -I 1002080820"
68-
69-
69+
70+
7071
### Implementation details
7172

7273
Internally `GeneratorHepMC`

0 commit comments

Comments
 (0)