3 from AthenaMonitoringKernel.GenericMonitoringTool
import GenericMonitoringTool
8 montool.defineHistogram(
'nDimuon', type=
'TH1F', path=
'EXPERT', title=
"number of fitted dimuon vertices", xbins=10, xmin=0, xmax=10)
9 montool.defineHistogram(
'nTrk', type=
'TH1F', path=
'EXPERT', title=
"number of merged tracks in extended RoIs", xbins=200, xmin=0, xmax=200)
10 montool.defineHistogram(
'nSelectedTrk', type=
'TH1F', path=
'EXPERT', title=
"number of tracks in vicinity of dimuon vertex", xbins=200, xmin=0, xmax=200)
11 montool.defineHistogram(
'nBPhysObject', type=
'TH1F', path=
'EXPERT', title=
"number of fitted BPhysObjects", xbins=100, xmin=0, xmax=100)
18 montool.defineHistogram(
'Chi2', type=
'TH1F', path=
'EXPERT', title=
"chi2 of the fitted vertex", xbins=100, xmin=0, xmax=100)
19 montool.defineHistogram(
'Fitmass', type=
'TH1F', path=
'EXPERT', title=
"mass of BPhys object", xbins=100, xmin=4000, xmax=8000)
20 montool.defineHistogram(
'Mass', type=
'TH1F', path=
'EXPERT', title=
"mass(BPhys object) - mass(dimuon) + PDG::mJpsi", xbins=100, xmin=4000, xmax=8000)
21 montool.defineHistogram(
'Pt', type=
'TH1F', path=
'EXPERT', title=
"p_{T} of BPhys object [MeV]", xbins=100, xmin=0, xmax=40000)
22 montool.defineHistogram(
'Eta', type=
'TH1F', path=
'EXPERT', title=
"#eta_{T} of BPhys object", xbins=100, xmin=-3.15, xmax=3.15)