Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
3 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -113,7 +113,7 @@ def setupCommonServices(flags):
def setupCommonServicesEnd():
from AthenaCommon.AppMgr import ServiceMgr as svcMgr
from AthenaCommon.AppMgr import ServiceMgr as svcMgr, athCondSeq
from AthenaCommon.Logging import logging
from AthenaCommon.AlgSequence import AlgSequence
@@ -168,4 +168,7 @@ def setupCommonServicesEnd():
svcMgr.IOVDbSvc.CacheRun = 0
svcMgr.IOVDbSvc.CacheTime = 0
if hasattr(athCondSeq, 'AtlasFieldMapCondAlg'):
athCondSeq.AtlasFieldMapCondAlg.LoadMapOnStart = True
return
Loading