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