3 from AthenaMonitoringKernel.GenericMonitoringTool
import GenericMonitoringTool
7 newMonTool.defineHistogram(
'TIME_Total', path=
'EXPERT',type=
'TH1F',title=
"Total time (ms)", xbins = 50, xmin=0.0, xmax=1000.0)
12 newMonTool.defineHistogram(
'TIME_Total' , path=
'EXPERT',type=
'TH1F',title=
"Total time (ms)" , xbins = 100, xmin=0.0, xmax=1000.0)
13 newMonTool.defineHistogram(
'TIME_SummaryTool' , path=
'EXPERT',type=
'TH1F',title=
"SummaryTool time (ms)" , xbins = 100, xmin=0.0, xmax=1000.0)
14 newMonTool.defineHistogram(
'TIME_Clusterize' , path=
'EXPERT',type=
'TH1F',title=
"Clusterize time (ms)" , xbins = 100, xmin=0.0, xmax=1000.0)