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

Functions

 TrigBhhComboHypoMonitoring (flags, name)

Function Documentation

◆ TrigBhhComboHypoMonitoring()

TrigBhhComboHypoMonitoringConfig.TrigBhhComboHypoMonitoring ( flags,
name )

Definition at line 5 of file TrigBhhComboHypoMonitoringConfig.py.

5def TrigBhhComboHypoMonitoring(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 superRoI", 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