diff --git a/Control/AthenaConfiguration/python/iconfTool/gui/__init__.py b/Control/AthenaConfiguration/python/iconfTool/gui/__init__.py old mode 100755 new mode 100644 diff --git a/Control/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py b/Control/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py index f137f6cb18ba5c4da52266449618df38bab890d3..bb672ba9676e583a671fa18338569599c5909fd0 100644 --- a/Control/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py +++ b/Control/AthenaMonitoring/share/DQMonFlagsConfig_jobOptions.py @@ -274,9 +274,10 @@ if DQMonFlags.doStreamAwareMon: LArMonFlags.doLArNoisyROMon=True # All monitoring turned on for express stream (except LArRawChannelMon) - # HIP runs will use the express settings for MinBias, MinBiasOverlay, HardProbes, bulk, and UPC + # HIP/HI runs will use the express settings for MinBias, MinBiasOverlay, HardProbes, bulk, and UPC if (rec.triggerStream()=='express' or rec.triggerStream()=='Main' or - (rec.doHIP() and rec.triggerStream() in ['MinBias', 'MinBiasOverlay', 'HardProbes', 'bulk', 'UPC'])): + ((rec.doHIP() or rec.doHeavyIon()) + and rec.triggerStream() in ['MinBias', 'MinBiasOverlay', 'HardProbes', 'bulk', 'UPC'])): LArMonFlags.doLArCollisionTimeMon=True LArMonFlags.doLArAffectedRegions=True LArMonFlags.doLArHVCorrectionMonTool=True