ATLAS Offline Software
Loading...
Searching...
No Matches
TrigBmuxComboHypoMonitoringConfig Namespace Reference

Functions

 TrigBmuxComboHypoMonitoring (flags, name)

Function Documentation

◆ TrigBmuxComboHypoMonitoring()

TrigBmuxComboHypoMonitoringConfig.TrigBmuxComboHypoMonitoring ( flags,
name )

Definition at line 5 of file TrigBmuxComboHypoMonitoringConfig.py.

5def TrigBmuxComboHypoMonitoring(flags, name):
6 montool = GenericMonitoringTool(flags, name)
7
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)
11
12 return montool