1 parent 8879050 commit c929facCopy full SHA for c929fac
1 file changed
MC/bin/o2dpg_sim_workflow.py
@@ -1341,7 +1341,10 @@ def getDigiTaskName(det):
1341
anchor_corrmaplumi_mode = '--corrmap-lumi-mode ' + anchor_corrmaplumi_mode
1342
1343
tpc_corr_scaling_options = anchor_lumi_type + ' ' + anchor_corrmaplumi_mode
1344
-
+ if not isActive('CTP'):
1345
+ # CTP digits won't be produced for this timeframe (CTP not in the readout detector list)
1346
+ tpc_corr_scaling_options += ' --disable-ctp-lumi-request'
1347
+
1348
# why not simply?
1349
# tpc_corr_scaling_options = ('--lumi-type 1', '')[tpcDistortionType != 0]
1350
0 commit comments