Skip to content
Snippets Groups Projects
Commit bf85a1d5 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

Fixed flake8 issue

parent 240b762a
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ def setupFilterMonitoring( filterAlg ):
def TriggerSummaryAlg( name ):
from DecisionHandling.DecisionHandlingConf import TriggerSummaryAlg as Alg
alg = Alg( name )
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool,defineHistogram
from AthenaMonitoringKernel.GenericMonitoringTool import GenericMonitoringTool
monTool = GenericMonitoringTool('MonTool', HistPath='HLTFramework/'+name)
monTool.defineHistogram('TIME_SinceEventStart', path='EXPERT', type='TH1F',
title='Time since beginning of event processing;time [ms]',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment