You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
o2sim_serial -> o2-sim-serial
runTPC -> o2-sim-tpc
O2SimDeviceRunner -> o2-sim-device-runner
O2PrimaryServerDeviceRunner -> o2-sim-primary-server-device-runner
O2HitMergerRunner -> o2-sim-hit-merger-runner
o2sim -> o2_sim
Couple of comments :
- the hard-coded string "o2sim" is used is _A LOT_ of places throughout
the code base. That should probably be fixed at some point.
- o2-sim-hit-merger-runner could also be named o2-sim-hitmerger-runner
depending on where one prefers to split the words.
- ditto for o2-sim-primary-server vs o2-sim-primaryserver
Copy file name to clipboardExpand all lines: doc/DetectorSimulation.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ Detector simulation, the simulation of detector response from virtual particle e
10
10
a) the generation of simple (energy deposit) traces in the detector due to the passage of particles and the interaction with the detector material.
11
11
b) the conversion of those traces into (electronic) signals in the detector readout (usually called digitization).
12
12
13
-
The first part is handled by the `o2sim` executable. The second part is handled in the `digitizer-workflow`.
13
+
The first part is handled by the `o2-sim` executable. The second part is handled in the `digitizer-workflow`.
14
14
15
-
# Documentation of `o2sim`
15
+
# Documentation of `o2-sim`
16
16
17
-
The purpose of the `o2sim` executable is to simulate the passage of particles emerging from a collision inside the detector and to obtain their effect in terms of energy deposits (called hits) which could be converted into detectable signals.
17
+
The purpose of the `o2-sim` executable is to simulate the passage of particles emerging from a collision inside the detector and to obtain their effect in terms of energy deposits (called hits) which could be converted into detectable signals.
18
18
19
19
## Command overview
20
-
***Basic help:** Help on command line options can be obtained with `o2sim --help`
20
+
***Basic help:** Help on command line options can be obtained with `o2-sim --help`
21
21
***Typical example:** A typical (exemplary) invocation is of the form
This will produce a file `MCStepLoggerOutput.root` containing detailed information about steps and processes (where, what, ...). The file can be analysed using a special analysis framework. See https://github.com/AliceO2Group/AliceO2/blob/dev/Utilities/MCStepLogger/README.md for more documentation.
0 commit comments