Public Member Functions | |
def | __init__ (self, plotGroups, kwargs) |
def | append (self, plotGroup) |
def | create (self, dirsNEvents, labels, isPileupSample=True, requireAllHistograms=False) |
def | draw (self, prefix=None, separate=False, saveFormat=".pdf", ratio=True) |
def | getNumberOfEventsHistogram (self) |
def | getPage (self) |
def | getPlotGroup (self, name) |
def | getPlotGroups (self) |
def | getPurpose (self) |
def | getSection (self) |
def | iterSelectionName (self, plotFolderName, translatedDqmSubFolder) |
def | limitSubFolder (self, limitOnlyTo, translatedDqmSubFolder) |
def | loopSubFolders (self) |
def | onlyForConversion (self) |
def | onlyForElectron (self) |
def | onlyForPileup (self) |
def | set (self, plotGroups) |
def | translateSubFolder (self, dqmSubFolderName) |
Private Attributes | |
_labels | |
_loopSubFolders | |
_numberOfEventsHistogram | |
_onlyForConversion | |
_onlyForElectron | |
_onlyForPileup | |
_page | |
_plotGroups | |
_purpose | |
_section | |
Represents a collection of PlotGroups, produced from a single folder in a DQM file
Definition at line 2367 of file plotting.py.
def plotting.PlotFolder.__init__ | ( | self, | |
plotGroups, | |||
kwargs | |||
) |
Constructor. Arguments: plotGroups -- List of PlotGroup objects Keyword arguments loopSubFolders -- Should the subfolders be looped over? (default: True) onlyForPileup -- Plots this folder only for pileup samples onlyForElectron -- Plots this folder only for electron samples onlyForConversion -- Plots this folder only for conversion samples purpose -- html.PlotPurpose member class for the purpose of the folder, used for grouping of the plots to the HTML pages page -- Optional string for the page in HTML generatin section -- Optional string for the section within a page in HTML generation numberOfEventsHistogram -- Optional path to histogram filled once per event. Needed if there are any plots normalized by number of events. Path is relative to "possibleDqmFolders".
Definition at line 2369 of file plotting.py.
def plotting.PlotFolder.append | ( | self, | |
plotGroup | |||
) |
def plotting.PlotFolder.create | ( | self, | |
dirsNEvents, | |||
labels, | |||
isPileupSample = True , |
|||
requireAllHistograms = False |
|||
) |
Create histograms from a list of TFiles. Arguments: dirsNEvents -- List of (TDirectory, nevents) pairs labels -- List of strings for legend labels corresponding the files isPileupSample -- Is sample pileup (some PlotGroups may limit themselves to pileup) requireAllHistograms -- If True, a plot is produced if histograms from all files are present (default: False)
Definition at line 2438 of file plotting.py.
def plotting.PlotFolder.draw | ( | self, | |
prefix = None , |
|||
separate = False , |
|||
saveFormat = ".pdf" , |
|||
ratio = True |
|||
) |
Draw and save all plots using settings of a given algorithm. Arguments: prefix -- Optional string for file name prefix (default None) separate -- Save the plots of a group to separate files instead of a file per group (default False) saveFormat -- String specifying the plot format (default '.pdf') ratio -- Add ratio to the plot (default True)
Definition at line 2458 of file plotting.py.
References DigiInvestigatorHistogramMaker._labels, SeedMultiplicityAnalyzer._labels, hitfit::Constraint_Intermed_Labels._labels, plotting.PlotFolder._labels, and plotting.PlotFolder._plotGroups.
def plotting.PlotFolder.getNumberOfEventsHistogram | ( | self | ) |
Definition at line 2420 of file plotting.py.
References plotting.PlotFolder._numberOfEventsHistogram.
def plotting.PlotFolder.getPage | ( | self | ) |
Definition at line 2414 of file plotting.py.
References html.Table._page, and plotting.PlotFolder._page.
def plotting.PlotFolder.getPlotGroup | ( | self, | |
name | |||
) |
def plotting.PlotFolder.getPlotGroups | ( | self | ) |
def plotting.PlotFolder.getPurpose | ( | self | ) |
Definition at line 2411 of file plotting.py.
References html.Table._purpose, and plotting.PlotFolder._purpose.
def plotting.PlotFolder.getSection | ( | self | ) |
Definition at line 2417 of file plotting.py.
References html.Table._section, and plotting.PlotFolder._section.
def plotting.PlotFolder.iterSelectionName | ( | self, | |
plotFolderName, | |||
translatedDqmSubFolder | |||
) |
Iterate over possible selections name (used in output directory name and legend) from the name of PlotterFolder, and a return value of translateSubFolder
Definition at line 2485 of file plotting.py.
def plotting.PlotFolder.limitSubFolder | ( | self, | |
limitOnlyTo, | |||
translatedDqmSubFolder | |||
) |
Return True if this subfolder should be processed Arguments: limitOnlyTo -- List/set/similar containing the translatedDqmSubFolder translatedDqmSubFolder -- Return value of translateSubFolder
Definition at line 2494 of file plotting.py.
def plotting.PlotFolder.loopSubFolders | ( | self | ) |
Return True if the PlotGroups of this folder should be applied to the all subfolders
Definition at line 2397 of file plotting.py.
References plotting.PlotFolder._loopSubFolders.
def plotting.PlotFolder.onlyForConversion | ( | self | ) |
def plotting.PlotFolder.onlyForElectron | ( | self | ) |
def plotting.PlotFolder.onlyForPileup | ( | self | ) |
Return True if the folder is intended only for pileup samples
Definition at line 2401 of file plotting.py.
References plotting.PlotFolder._onlyForPileup.
def plotting.PlotFolder.set | ( | self, | |
plotGroups | |||
) |
def plotting.PlotFolder.translateSubFolder | ( | self, | |
dqmSubFolderName | |||
) |
Method called to (possibly) translate a subfolder name to more 'readable' form The implementation in this (base) class just returns the argument. The idea is that a deriving class might want to do something more complex (like trackingPlots.TrackingPlotFolder does)
Definition at line 2475 of file plotting.py.
|
private |
Definition at line 2451 of file plotting.py.
Referenced by validation.SimpleValidation._doPlots(), and plotting.PlotFolder.draw().
|
private |
Definition at line 2386 of file plotting.py.
Referenced by plotting.PlotFolder.loopSubFolders().
|
private |
Definition at line 2393 of file plotting.py.
Referenced by plotting.PlotFolder.getNumberOfEventsHistogram().
|
private |
Definition at line 2389 of file plotting.py.
Referenced by plotting.PlotFolder.onlyForConversion().
|
private |
Definition at line 2388 of file plotting.py.
Referenced by plotting.PlotFolder.onlyForElectron().
|
private |
Definition at line 2387 of file plotting.py.
Referenced by plotting.PlotGroup.onlyForPileup(), and plotting.PlotFolder.onlyForPileup().
|
private |
Definition at line 2391 of file plotting.py.
Referenced by vertexPlots.VertexSummaryTable.getPage(), trackingPlots.TrackingSummaryTable.getPage(), trackingPlots.TrackingTimingTable.getPage(), and plotting.PlotFolder.getPage().
|
private |
Definition at line 2385 of file plotting.py.
Referenced by plotting.PlotFolder.draw(), plotting.PlotFolder.getPlotGroup(), plotting.PlotFolder.getPlotGroups(), and plotting.PlotFolder.set().
|
private |
Definition at line 2390 of file plotting.py.
Referenced by vertexPlots.VertexSummaryTable.getPurpose(), trackingPlots.TrackingSummaryTable.getPurpose(), trackingPlots.TrackingTimingTable.getPurpose(), and plotting.PlotFolder.getPurpose().
|
private |
Definition at line 2392 of file plotting.py.
Referenced by trackingPlots.TrackingSummaryTable.getSection(), trackingPlots.TrackingTimingTable.getSection(), and plotting.PlotFolder.getSection().