ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigValidation
TriggerTest
share
disableChronoStatSvcPrintout.py
Go to the documentation of this file.
1
#-------------------------------------------------------------
2
# Disable overly verbose and problematic ChronoStatSvc print-out
3
#-------------------------------------------------------------
4
if
'ChronoAuditor/ChronoAuditor'
in
svcMgr.AuditorSvc.Auditors:
5
svcMgr.AuditorSvc.Auditors.remove(
"ChronoAuditor/ChronoAuditor"
)
6
7
if
hasattr(svcMgr,
'ChronoStatSvc'
):
8
svcMgr.ChronoStatSvc.ChronoPrintOutTable =
False
9
svcMgr.ChronoStatSvc.StatPrintOutTable =
False
10
svcMgr.ChronoStatSvc.PrintUserTime =
False
Generated on
for ATLAS Offline Software by
1.17.0