Classes | |
class | AggregateBins |
class | AggregateHistos |
class | DQMSubFolder |
class | FakeDuplicate |
class | Frame |
class | FrameRatio |
class | FrameTGraph2D |
class | GetDirectoryCode |
class | Plot |
class | PlotFolder |
class | PlotGroup |
class | Plotter |
class | PlotterFolder |
class | PlotterInstance |
class | PlotterItem |
class | PlotterTableItem |
class | ROC |
class | Subtract |
Variables | |
list | _plotStylesColor = [4, 2, ROOT.kBlack, ROOT.kOrange+7, ROOT.kMagenta-3] |
list | _plotStylesMarker = [21, 20, 22, 34, 33] |
verbose = False | |
|
private |
Definition at line 889 of file plotting.py.
|
private |
Definition at line 65 of file plotting.py.
Referenced by plotting.PlotGroup._drawSeparate(), and plotting.PlotGroup.draw().
|
private |
Function to draw a frame Arguments: pad -- TPad to where the frame is drawn bounds -- List or 4-tuple for (xmin, ymin, xmax, ymax) Keyword arguments: xbinlabels -- Optional list of strings for x axis bin labels xbinlabelsize -- Optional number for the x axis bin label size xbinlabeloption -- Optional string for the x axis bin options (passed to ROOT.TH1.LabelsOption()) suffix -- Optional string for a postfix of the frame name
Definition at line 556 of file plotting.py.
|
private |
Find x-y axis boundaries encompassing a list of TH1s if the bounds are not given in arguments. Arguments: th1s -- List of TH1s ylog -- Boolean indicating if y axis is in log scale or not (affects the automatic ymax) Keyword arguments: xmin -- Minimum x value; if None, take the minimum of TH1s xmax -- Maximum x value; if None, take the maximum of TH1s xmin -- Minimum y value; if None, take the minimum of TH1s xmax -- Maximum y value; if None, take the maximum of TH1s
Definition at line 138 of file plotting.py.
References _getXmax(), _getXmin(), _getYmax(), _getYmin(), _getYminIgnoreOutlier(), alcazmumu_cfi.filter, bookConverter.max, and min().
|
private |
Definition at line 62 of file plotting.py.
References _getDirectoryDetailed().
Referenced by plotting.PlotterTableItem.create().
|
private |
Get TDirectory from TFile.
Definition at line 38 of file plotting.py.
References join().
Referenced by _getDirectory(), and plotting.PlotterFolder.create().
|
private |
Definition at line 14 of file plotting.py.
Referenced by _getOrCreateObject(), plotting.Subtract.create(), plotting.FakeDuplicate.create(), and plotting.AggregateHistos.create().
|
private |
Definition at line 22 of file plotting.py.
References _getObject().
Referenced by plotting.Plot._createOne(), plotting.AggregateBins.create(), and plotting.ROC.create().
Definition at line 90 of file plotting.py.
References bookConverter.max.
Referenced by _findBounds().
|
private |
Definition at line 111 of file plotting.py.
References bookConverter.max.
Referenced by _findBounds().
|
private |
|
private |
|
private |
Definition at line 121 of file plotting.py.
References alcazmumu_cfi.filter.
Referenced by _findBounds().
list plotting._plotStylesColor = [4, 2, ROOT.kBlack, ROOT.kOrange+7, ROOT.kMagenta-3] |
Definition at line 553 of file plotting.py.
list plotting._plotStylesMarker = [21, 20, 22, 34, 33] |
Definition at line 554 of file plotting.py.
plotting.verbose = False |
Definition at line 12 of file plotting.py.