File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ NSIGEVENTS=${NSIGEVENTS:-1}
1414NBKGEVENTS=${NBKGEVENTS:- 1}
1515NWORKERS=${NWORKERS:- 8}
1616NTIMEFRAMES=${NTIMEFRAMES:- 1}
17- NBOXMUONS=${NBOXMUONS: 2}
17+ NBOXMUONS=${NBOXMUONS:- 2}
1818
19- NMUONS= $NBOXMUONS ${O2DPG_ROOT} /MC/bin/o2dpg_sim_workflow.py -eCM 5020 -gen external -j ${NWORKERS} -ns ${NSIGEVENTS} -tf ${NTIMEFRAMES} -e TGeant4 \
19+ ${O2DPG_ROOT} /MC/bin/o2dpg_sim_workflow.py -eCM 5020 -gen external -j ${NWORKERS} -ns ${NSIGEVENTS} -tf ${NTIMEFRAMES} -e TGeant4 \
2020 -confKey " GeneratorExternal.fileName=${O2DPG_ROOT} /MC/config/PWGDQ/external/generator/GeneratorBoxFwd.C;GeneratorExternal.funcName=fwdMuBoxGen()" \
2121 -genBkg pythia8 -procBkg " heavy_ion" -colBkg PbPb --embedding -nb ${NBKGEVENTS} --mft-reco-full --mft-assessment-full --fwdmatching-assessment-full --fwdmatching-save-trainingdata
2222
2323# run workflow (MFT-related tasks)
24- ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt " (mft.*)"
24+ NMUONS= $NBOXMUONS ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt " (mft.*)"
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ NSIGEVENTS=${NSIGEVENTS:-1}
1414NBKGEVENTS=${NBKGEVENTS:- 1}
1515NWORKERS=${NWORKERS:- 8}
1616NTIMEFRAMES=${NTIMEFRAMES:- 1}
17- NBOXMUONS=${NBOXMUONS: 2}
17+ NBOXMUONS=${NBOXMUONS:- 2}
1818
19- NMUONS= $NBOXMUONS ${O2DPG_ROOT} /MC/bin/o2dpg_sim_workflow.py -eCM 13600 -gen external -j ${NWORKERS} -ns ${NSIGEVENTS} -tf ${NTIMEFRAMES} -e TGeant4 -mod " --skipModules ZDC" \
19+ ${O2DPG_ROOT} /MC/bin/o2dpg_sim_workflow.py -eCM 13600 -gen external -j ${NWORKERS} -ns ${NSIGEVENTS} -tf ${NTIMEFRAMES} -e TGeant4 -mod " --skipModules ZDC" \
2020 -confKey " GeneratorExternal.fileName=${O2DPG_ROOT} /MC/config/PWGDQ/external/generator/GeneratorBoxFwd.C;GeneratorExternal.funcName=fwdMuBoxGen()" \
2121 -genBkg pythia8 -procBkg inel -colBkg pp --embedding -nb ${NBKGEVENTS} --mft-reco-full --mft-assessment-full --fwdmatching-assessment-full --fwdmatching-save-trainingdata
2222
2323# run workflow (MFT-related tasks)
24- ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt " (mft.*)"
24+ NMUONS= $NBOXMUONS ${O2DPG_ROOT} /MC/bin/o2_dpg_workflow_runner.py -f workflow.json -tt " (mft.*)"
You can’t perform that action at this time.
0 commit comments