We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8fd25c commit 299529aCopy full SHA for 299529a
1 file changed
run/SimExamples/JustPrimaryKinematics/run.sh
@@ -5,4 +5,10 @@
5
# Here the mechanism is to switch off physics in the configuration file and set very
6
# tight geometry cuts so that Geant will not do work.
7
8
-o2-sim -n 10 -g pythia8 -m CAVE --configFile only_kine.ini
+# first stage --> produce events using Pythia8 (no transport)
9
+o2-sim -n 10 -g pythia8 -m CAVE --configFile only_primarykine.ini
10
+
11
+# second stage --> read back events from O2 kine (no transport)
12
+o2-sim -n 10 -g extkinO2 --extKinFile o2sim_Kine.root -m CAVE --configFile only_primarykine.ini -o o2sim2
13
14
+# ideally here, both kinematics files should be identical
0 commit comments