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 | |
GLOBAL VARS.
Definition at line 37 of file PixelMapPlotter.py.
def PixelMapPlotter.HistogramManager.__init__ | ( | self | ) |
Definition at line 38 of file PixelMapPlotter.py.
def PixelMapPlotter.HistogramManager.drawLine | ( | self, | |
lineObj, | |||
x1, | |||
x2, | |||
y1, | |||
y2, | |||
width = 2 , |
|||
style = 1 , |
|||
color = 1 |
|||
) |
Definition at line 110 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 117 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.drawLine().
Referenced by PixelMapPlotter.HistogramManager.prettifyCanvas().
def PixelMapPlotter.HistogramManager.fillHistograms | ( | self, | |
barrelObjs, | |||
forwardObjs | |||
) |
Definition at line 80 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.barrelHists, dqmMemoryStats.float, PixelMapPlotter.HistogramManager.forwardHists, PixelMapPlotter.TranslateReasonStringBPix(), and PixelMapPlotter.TranslateReasonStringFPix().
def PixelMapPlotter.HistogramManager.prettifyCanvas | ( | self, | |
hist | |||
) |
Definition at line 123 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.drawLine(), PixelMapPlotter.HistogramManager.drawRectangle(), dqmMemoryStats.float, createfilelist.int, print(), and FastTimerService_cff.range.
Referenced by PixelMapPlotter.HistogramManager.saveHistograms().
def PixelMapPlotter.HistogramManager.saveHistograms | ( | self | ) |
Definition at line 232 of file PixelMapPlotter.py.
References PixelMapPlotter.HistogramManager.barrelHists, PixelMapPlotter.HistogramManager.forwardHists, and PixelMapPlotter.HistogramManager.prettifyCanvas().
PixelMapPlotter.HistogramManager.barrelHists |
Definition at line 39 of file PixelMapPlotter.py.
Referenced by PixelMapPlotter.HistogramManager.fillHistograms(), and PixelMapPlotter.HistogramManager.saveHistograms().
PixelMapPlotter.HistogramManager.forwardHists |
Definition at line 40 of file PixelMapPlotter.py.
Referenced by PixelMapPlotter.HistogramManager.fillHistograms(), and PixelMapPlotter.HistogramManager.saveHistograms().