![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, flags, name) | |
| makeHisto1D (self, name, type, xbins, xmin, xmax, title, path='EXPERT', opt=None, alias=None, **kw) | |
| makeLBNHisto1D (self, name, type, xbins, xmin, xmax, title, path='EXPERT', opt="", **kw) | |
| makeHisto2D (self, nameX, nameY, type, xbins, xmin, xmax, ybins, ymin, ymax, title, path='EXPERT', opt=None, alias=None, **kw) | |
| makeLBNHisto2D (self, nameX, nameY, type, xbins, xmin, xmax, ybins, ymin, ymax, title, path='EXPERT', opt="", **kw) | |
| makeProfile (self, nameX, nameY, xbins, xmin, xmax, title, path='EXPERT', opt=None, alias=None, **kw) | |
| makeLBNProfile (self, nameX, nameY, xbins, xmin, xmax, title, path='EXPERT', opt="", **kw) | |
Public Attributes | |
| monTool = GenericMonitoringTool(flags, name) | |
Base class which defines few useful methods to cope with defineHistogram madness.
Definition at line 9 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.__init__ | ( | self, | |
| flags, | |||
| name ) |
Definition at line 13 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeHisto1D | ( | self, | |
| name, | |||
| type, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = None, | |||
| alias = None, | |||
| ** | kw ) |
Definition at line 16 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeHisto2D | ( | self, | |
| nameX, | |||
| nameY, | |||
| type, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| ybins, | |||
| ymin, | |||
| ymax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = None, | |||
| alias = None, | |||
| ** | kw ) |
Definition at line 30 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeLBNHisto1D | ( | self, | |
| name, | |||
| type, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = "", | |||
| ** | kw ) |
Definition at line 24 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeLBNHisto2D | ( | self, | |
| nameX, | |||
| nameY, | |||
| type, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| ybins, | |||
| ymin, | |||
| ymax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = "", | |||
| ** | kw ) |
Definition at line 42 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeLBNProfile | ( | self, | |
| nameX, | |||
| nameY, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = "", | |||
| ** | kw ) |
Definition at line 59 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.makeProfile | ( | self, | |
| nameX, | |||
| nameY, | |||
| xbins, | |||
| xmin, | |||
| xmax, | |||
| title, | |||
| path = 'EXPERT', | |||
| opt = None, | |||
| alias = None, | |||
| ** | kw ) |
Definition at line 50 of file T2VertexBeamSpotMonitoring.py.
| T2VertexBeamSpotMonitoring.BaseMonitoringTool.monTool = GenericMonitoringTool(flags, name) |
Definition at line 14 of file T2VertexBeamSpotMonitoring.py.