Skip to content

Commit 0cb96a4

Browse files
Jian Liusawenzel
authored andcommitted
add seed number for MC test script
1 parent f53e8a4 commit 0cb96a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MC/run/examples/O2DPG_pp_minbias.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ MEMLIMIT=${MEMLIMIT:+--mem-limit ${MEMLIMIT}}
3838
CPULIMIT=${CPULIMIT:+--cpu-limit ${CPULIMIT}}
3939

4040
# create workflow
41-
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13600 -col pp -gen pythia8 -proc inel -tf ${NTFS} \
41+
${O2DPG_ROOT}/MC/bin/o2dpg_sim_workflow.py -eCM 13600 -seed 12345 -col pp -gen pythia8 -proc inel -tf ${NTFS} \
4242
-ns ${NEVENTS} -e ${SIMENGINE} -run 301000 \
4343
-j ${NWORKERS} -interactionRate ${INTRATE} \
4444
--include-qc --include-analysis

0 commit comments

Comments
 (0)