File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -1172,14 +1172,6 @@ std::error_code ReadoutWorker::Private::startReadout()
1172
1172
logger->info (" setup_readout_triggers() done" );
1173
1173
}
1174
1174
1175
- if ((ec = enable_daq_mode (mvlc)))
1176
- {
1177
- logger->error (" Error enabling MVLC DAQ mode: {}" , ec.message ());
1178
- throw ec; // "goto fail"
1179
- }
1180
-
1181
- logger->info (" enable_daq_mode done" );
1182
-
1183
1175
if (!mcstDaqStart.empty ())
1184
1176
{
1185
1177
logger->info (" Running MCST DAQ start commands ({} commands to run)" , mcstDaqStart.commandCount ());
@@ -1208,6 +1200,15 @@ std::error_code ReadoutWorker::Private::startReadout()
1208
1200
logger->info (" Done with MCST DAQ start commands" );
1209
1201
}
1210
1202
}
1203
+
1204
+ if ((ec = enable_daq_mode (mvlc)))
1205
+ {
1206
+ logger->error (" Error enabling MVLC DAQ mode: {}" , ec.message ());
1207
+ throw ec; // "goto fail"
1208
+ }
1209
+
1210
+ logger->info (" enable_daq_mode done" );
1211
+
1211
1212
}
1212
1213
catch (const std::error_code &)
1213
1214
{
You can’t perform that action at this time.
0 commit comments