We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d4c67 commit 4d2f4aaCopy full SHA for 4d2f4aa
1 file changed
run/SimExamples/McTracksToAOD/run_Pythia8.sh
@@ -9,7 +9,7 @@ NEVENTS=1000
9
# --aggregate-timeframe 10 is used to combine 10 generated events into a timeframe that is then converted to AOD tables
10
# note that if you need special configuration for the analysis tasks, it needs to be passed to proxy and converter as well
11
12
-o2-sim-dpl-eventgen -b --nEvents ${NEVENTS} --aggregate-timeframe 10 --generator pythia8pp --confKeyValues "${CONFKEY}" --vertexMode kNoVertex |\
+o2-sim-dpl-eventgen -b --nEvents ${NEVENTS} --aggregate-timeframe 10 --generator pythia8pp --vertexMode kNoVertex |\
13
o2-sim-mctracks-to-aod -b | o2-analysis-mctracks-to-aod-simple-task -b &> pythia8.log
14
15
# the very same analysis task can also directly run on an AO2D with McCollisions and McParticles:
0 commit comments