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

Functions

 TrigBmumuxComboHypoMonitoring (flags, name)
 TrigBmumuxComboHypoToolMonitoring (flags, name)

Function Documentation

◆ TrigBmumuxComboHypoMonitoring()

TrigBmumuxComboHypoMonitoringConfig.TrigBmumuxComboHypoMonitoring ( flags,
name )

Definition at line 5 of file TrigBmumuxComboHypoMonitoringConfig.py.

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

◆ TrigBmumuxComboHypoToolMonitoring()

TrigBmumuxComboHypoMonitoringConfig.TrigBmumuxComboHypoToolMonitoring ( flags,
name )

Definition at line 15 of file TrigBmumuxComboHypoMonitoringConfig.py.

15def TrigBmumuxComboHypoToolMonitoring(flags, name):
16 montool = GenericMonitoringTool(flags, name)
17
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)
23
24 return montool