File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
run/SimExamples/McTracksToAOD Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 | \
1313o2-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:
You can’t perform that action at this time.
0 commit comments