Skip to content

Commit 4d2f4aa

Browse files
vkucerasawenzel
authored andcommitted
MC: Remove unsupported parameter from Pythia 8 example
1 parent 67d4c67 commit 4d2f4aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run/SimExamples/McTracksToAOD/run_Pythia8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NEVENTS=1000
99
# --aggregate-timeframe 10 is used to combine 10 generated events into a timeframe that is then converted to AOD tables
1010
# note that if you need special configuration for the analysis tasks, it needs to be passed to proxy and converter as well
1111

12-
o2-sim-dpl-eventgen -b --nEvents ${NEVENTS} --aggregate-timeframe 10 --generator pythia8pp --confKeyValues "${CONFKEY}" --vertexMode kNoVertex |\
12+
o2-sim-dpl-eventgen -b --nEvents ${NEVENTS} --aggregate-timeframe 10 --generator pythia8pp --vertexMode kNoVertex |\
1313
o2-sim-mctracks-to-aod -b | o2-analysis-mctracks-to-aod-simple-task -b &> pythia8.log
1414

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

0 commit comments

Comments
 (0)