Skip to content

Commit 10cfef7

Browse files
committed
Fixed whitespaces
1 parent ac4f15b commit 10cfef7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

run/SimExamples/Hybrid/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The usage of the Hybrid generator with the o2-sim is presented in this short man
66
All the other generators are implemented as sub-generators and they can be called thanks to a
77
JSON file, fed to o2-sim via the GeneratorHybrid.configFile parameter.
88

9-
The example can be run automatically using the runo2sim.sh script, which contains most of the
9+
The example can be run automatically using the runo2sim.sh script, which contains most of the
1010
available generators in O2. The JSON template can be generated using the ${O2DPG_ROOT}/MC/bin/o2_hybrid_gen.py script. To use this example the user can simply copy the entire Hybrid example folder and execute the script after giving it execution permissions (`chmod +x runo2sim.sh`).
1111

1212
# Files description

run/SimExamples/Hybrid/runo2sim.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
3-
# Hybrid generator simulation example:
4-
# the simulation is configured using a JSON file (hybridconfig.json in this folder), whose
3+
# Hybrid generator simulation example:
4+
# the simulation is configured using a JSON file (hybridconfig.json in this folder), whose
55
# template can be generated using the script ${O2DPG_ROOT}/MC/bin/o2_hybrid_gen.py
66
set -x
77
if [ ! "${O2DPG_ROOT}" ]; then

0 commit comments

Comments
 (0)