We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae1440 commit 55ee19bCopy full SHA for 55ee19b
1 file changed
prodtests/sim_performance_test.sh
@@ -80,7 +80,7 @@ unlink o2sim.root
80
unlink o2sim_grp.root
81
ln -s ${HITFILE}.root o2sim.root
82
ln -s ${HITFILE}_grp.root o2sim_grp.root
83
-for d in TRD ITS EMC TPC MFT MCH MID; do
+for d in TRD ITS EMC TPC MFT MCH MID FDD FV0 FT0 PHS TOF HMP; do
84
DIGILOGFILE=logdigi_${SIMCONFIG}_${d}
85
86
TIME="#walltime %e" ${O2_ROOT}/share/scripts/monitor-mem.sh time o2-sim-digitizer-workflow -b --onlyDet ${d} --tpc-lanes 1 --configKeyValues "TRDSimParams.digithreads=1" > ${DIGILOGFILE} 2>&1
0 commit comments