Public Member Functions | |
def | __init__ |
def | append |
def | create |
def | draw |
Public Member Functions inherited from plotting.PlotGroup | |
def | __init__ |
def | append |
def | clear |
def | create |
def | draw |
def | getName |
def | getPlot |
def | getPlots |
def | onlyForPileup |
def | remove |
def | setProperties |
Private Attributes | |
_plot | |
_plots | |
Resembles DQM GUI's "On side" layout. Like PlotGroup, but has only a description of a single plot. The plot is drawn separately for each file. Useful for 2D histograms.
Definition at line 2523 of file plotting.py.
def plotting.PlotOnSideGroup.__init__ | ( | self, | |
name, | |||
plot, | |||
ncols = 2 , |
|||
onlyForPileup = False |
|||
) |
Definition at line 2529 of file plotting.py.
def plotting.PlotOnSideGroup.append | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 2534 of file plotting.py.
Referenced by diclist.diclist.add(), and BeautifulSoup.Tag.setString().
def plotting.PlotOnSideGroup.create | ( | self, | |
tdirectoryNEvents, | |||
requireAllHistograms = False |
|||
) |
Definition at line 2537 of file plotting.py.
def plotting.PlotOnSideGroup.draw | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 2545 of file plotting.py.
|
private |
Definition at line 2531 of file plotting.py.
|
private |
Definition at line 2538 of file plotting.py.
Referenced by plotting.Plotter.appendTable(), plotting.Plotter.clear(), trackingPlots.TrackingSeedingLayerTable.create(), trackingPlots.TrackingSeedingLayerTable.draw(), plotting.Plotter.getPlotFolder(), plotting.Plotter.getPlotFolderNames(), plotting.Plotter.getPlotFolders(), and plotting.Plotter.readDirs().