GLOBAL VARS. More...
Public Member Functions | |
def | __init__ (self) |
def | drawLine (self, lineObj, x1, x2, y1, y2, width=2, style=1, color=1) |
def | drawRectangle (self, lineObj, x1, x2, y1, y2, width=2, style=1, color=1) |
def | fillHistograms (self, barrelObjs, forwardObjs) |
def | prettifyCanvas (self, hist) |
def | saveHistograms (self) |
Public Attributes | |
barrelHists | |
forwardHists | |
def PixelMapPlotter.HistogramManager.__init__ | ( | self | ) |
Definition at line 37 of file PixelMapPlotter.py.
def PixelMapPlotter.HistogramManager.drawLine | ( | self, | |
lineObj, | |||
x1, | |||
x2, | |||
y1, | |||
y2, | |||
width = 2 , |
|||
style = 1 , |
|||
color = 1 |
|||
) |
Definition at line 109 of file PixelMapPlotter.py.
Referenced by PixelMapPlotter.HistogramManager.drawRectangle(), and PixelMapPlotter.HistogramManager.prettifyCanvas().
def PixelMapPlotter.HistogramManager.drawRectangle | ( | self, | |
lineObj, | |||
x1, | |||
x2, | |||
y1, | |||
y2, | |||
width = 2 , |
|||
style = 1 , |
|||
color = 1 |
|||
) |
Definition at line 116 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.drawLine().
Referenced by PixelMapPlotter.HistogramManager.prettifyCanvas().
def PixelMapPlotter.HistogramManager.fillHistograms | ( | self, | |
barrelObjs, | |||
forwardObjs | |||
) |
Definition at line 79 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.barrelHists, objects.autophobj.float, PixelMapPlotter.HistogramManager.forwardHists, PixelMapPlotter.TranslateReasonStringBPix(), and PixelMapPlotter.TranslateReasonStringFPix().
def PixelMapPlotter.HistogramManager.prettifyCanvas | ( | self, | |
hist | |||
) |
Definition at line 122 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.drawLine(), PixelMapPlotter.HistogramManager.drawRectangle(), objects.autophobj.float, createfilelist.int, and edm.print().
Referenced by PixelMapPlotter.HistogramManager.saveHistograms().
def PixelMapPlotter.HistogramManager.saveHistograms | ( | self | ) |
Definition at line 231 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.barrelHists, PixelMapPlotter.HistogramManager.forwardHists, and PixelMapPlotter.HistogramManager.prettifyCanvas().
PixelMapPlotter.HistogramManager.barrelHists |
Definition at line 38 of file PixelMapPlotter.py.
Referenced by PixelMapPlotter.HistogramManager.fillHistograms(), and PixelMapPlotter.HistogramManager.saveHistograms().
PixelMapPlotter.HistogramManager.forwardHists |
Definition at line 39 of file PixelMapPlotter.py.
Referenced by PixelMapPlotter.HistogramManager.fillHistograms(), and PixelMapPlotter.HistogramManager.saveHistograms().