3 from AthenaMonitoringKernel.GenericMonitoringTool
import GenericMonitoringTool
8 montool.defineHistogram(
'nMuon', type=
'TH1F', path=
'EXPERT', title=
"number of muons", xbins=10, xmin=0, xmax=10)
9 montool.defineHistogram(
'nTrk', type=
'TH1F', path=
'EXPERT', title=
"number of tracks in extended RoIs", xbins=200, xmin=0, xmax=200)
10 montool.defineHistogram(
'nBPhysObject', type=
'TH1F', path=
'EXPERT', title=
"number of fitted BPhysObjects", xbins=100, xmin=0, xmax=100)