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
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
# File: AthenaCommon/share/AppMgr.py
# Author: Wim Lavrijsen (WLavrijsen@lbl.gov)
@@ -345,6 +345,10 @@ class AthAppMgr( AppMgr ):
FireSerial = False)
athMasterSeq += IPA('IncidentProcAlg3')
if Logging.log.isEnabledFor(Logging.logging.DEBUG):
from AthenaCommon.AlgSequence import dumpSequence
dumpSequence(athMasterSeq)
Logging.log.debug ("building master sequence... [done]")
return athMasterSeq
# prevent hysteresis effect
Loading