Skip to content

Commit a6b7699

Browse files
ddobrigksawenzel
authored andcommitted
Fix syntax of nEvents
1 parent 6f795a4 commit a6b7699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 --confKeyValues "${CONFKEY}" --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)