Skip to content

Commit c7c3b3f

Browse files
committed
Full system test: Enable TRD trap simulator
1 parent d9d3835 commit c7c3b3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prodtests/full_system_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ QED2HAD=$(awk "BEGIN {printf \"%.2f\",`grep xSectionQED qedgenparam.ini | cut -d
6060
echo "Obtained ratio of QED to hadronic x-sections = $QED2HAD" >> qedsim.log
6161
cd ..
6262

63-
DIGITRDOPTREAL="--configKeyValues \"TRDSimParams.digithreads=${NJOBS}\"" # --enable-trd-trapsim
63+
DIGITRDOPTREAL="--configKeyValues \"TRDSimParams.digithreads=${NJOBS}\" --enable-trd-trapsim"
6464
if [ $SPLITTRDDIGI == "1" ]; then
6565
DIGITRDOPT="--skipDet TRD"
6666
else

0 commit comments

Comments
 (0)