Skip to content

Commit

Permalink
MC: Remove unsupported parameter from Pythia 8 example
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored and sawenzel committed Jun 20, 2024
1 parent 67d4c67 commit 4d2f4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/SimExamples/McTracksToAOD/run_Pythia8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NEVENTS=1000
# --aggregate-timeframe 10 is used to combine 10 generated events into a timeframe that is then converted to AOD tables
# note that if you need special configuration for the analysis tasks, it needs to be passed to proxy and converter as well

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 |\
o2-sim-mctracks-to-aod -b | o2-analysis-mctracks-to-aod-simple-task -b &> pythia8.log

# the very same analysis task can also directly run on an AO2D with McCollisions and McParticles:
Expand Down

0 comments on commit 4d2f4aa

Please sign in to comment.