Public Member Functions | |
def | __init__ (self, name, possibleDqmFolders, dqmSubFolders, plotFolder, fallbackNames, fallbackDqmSubFolders, tableCreators) |
def | create (self, files, labels, dqmSubFolder, isPileupSample=True, requireAllHistograms=False) |
def | draw (self, args, kwargs) |
def | getDQMSubFolders (self, limitOnlyTo=None) |
def | getName (self) |
def | getPage (self) |
def | getPossibleDQMFolders (self) |
def | getPurpose (self) |
def | getSection (self) |
def | getSelectionName (self, dqmSubFolder) |
def | getSelectionNameIterator (self, dqmSubFolder) |
def | getTableCreators (self) |
def | onlyForBHadron (self) |
def | onlyForConversion (self) |
def | onlyForElectron (self) |
def | onlyForPileup (self) |
Private Attributes | |
_dqmSubFolders | |
_fallbackDqmSubFolders | |
_fallbackNames | |
_name | |
_plotFolder | |
_possibleDqmFolders | |
_tableCreators | |
Plotter for one DQM folder. This class is supposed to be instantiated by the Plotter class (or PlotterItem, to be more specific), and not used directly by the user.
Definition at line 2692 of file plotting.py.
def plotting.PlotterFolder.__init__ | ( | self, | |
name, | |||
possibleDqmFolders, | |||
dqmSubFolders, | |||
plotFolder, | |||
fallbackNames, | |||
fallbackDqmSubFolders, | |||
tableCreators | |||
) |
Constructor Arguments: name -- Name of the folder (is used in the output directory naming) possibleDqmFolders -- List of strings for possible directories of histograms in TFiles dqmSubFolders -- List of lists of strings for list of subfolders per input file, or None if no subfolders plotFolder -- PlotFolder object fallbackNames -- List of names for backward compatibility (can be empty). These are used only by validation.Validation (class responsible of the release validation workflow) in case the reference file pointed by 'name' does not exist. fallbackDqmSubFolders -- List of dicts of (string->string) for mapping the subfolder names found in the first file to another names. Use case is comparing files that have different iteration naming convention. tableCreators -- List of PlotterTableItem objects for tables to be created from this folder
Definition at line 2699 of file plotting.py.
def plotting.PlotterFolder.create | ( | self, | |
files, | |||
labels, | |||
dqmSubFolder, | |||
isPileupSample = True , |
|||
requireAllHistograms = False |
|||
) |
Create histograms from a list of TFiles. Arguments: files -- List of TFiles labels -- List of strings for legend labels corresponding the files dqmSubFolder -- DQMSubFolder object for a subfolder (or None for no subfolder) 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 2789 of file plotting.py.
References plotting.PlotterFolder._fallbackDqmSubFolders, plotting._getDirectoryDetailed(), plotting._getObject(), and plotting.PlotterFolder._possibleDqmFolders.
def plotting.PlotterFolder.draw | ( | self, | |
args, | |||
kwargs | |||
) |
Draw and save all plots using settings of a given algorithm.
Definition at line 2823 of file plotting.py.
Get list of subfolders, possibly limiting to some of them. Keyword arguments: limitOnlyTo -- Object depending on the PlotFolder type for limiting the set of subfolders to be processed
Definition at line 2762 of file plotting.py.
References plotting.PlotterFolder._dqmSubFolders.
def plotting.PlotterFolder.getName | ( | self | ) |
Definition at line 2735 of file plotting.py.
References TrackerHitsObject._name, FP420HitsObject._name, PGeometricDet::Item._name, LikelihoodSpecies._name, TrackingRecHitAlgorithm._name, LikelihoodPdfProduct._name, Logger._name, hcaldqm::DQModule._name, LikelihoodPdf._name, citk::IsolationConeDefinitionBase._name, DrellYanValidation._name, WValidation._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, HistoParams< T >._name, GeometricTimingDetExtra._name, CutApplicatorBase._name, GeometricDetExtra._name, HistoParams< TH2F >._name, HistoParams< TProfile2D >._name, Vispa.Views.PropertyView.Property._name, SequenceTypes.SequencePlaceholder._name, plotting.Subtract._name, plotting.Transform._name, plotting.FakeDuplicate._name, plotting.CutEfficiency._name, plotting.AggregateBins._name, plotting.AggregateHistos._name, plotting.ROC._name, SequenceTypes.TaskPlaceholder._name, plotting.Plot._name, plotting.PlotGroup._name, and plotting.PlotterFolder._name.
def plotting.PlotterFolder.getPage | ( | self | ) |
Definition at line 2741 of file plotting.py.
def plotting.PlotterFolder.getPossibleDQMFolders | ( | self | ) |
Definition at line 2759 of file plotting.py.
References plotting.PlotterFolder._possibleDqmFolders.
def plotting.PlotterFolder.getPurpose | ( | self | ) |
Definition at line 2738 of file plotting.py.
def plotting.PlotterFolder.getSection | ( | self | ) |
Definition at line 2744 of file plotting.py.
def plotting.PlotterFolder.getSelectionName | ( | self, | |
dqmSubFolder | |||
) |
Definition at line 2786 of file plotting.py.
References plotting.PlotterFolder.getSelectionNameIterator(), and GetRecoTauVFromDQM_MC_cff.next.
def plotting.PlotterFolder.getSelectionNameIterator | ( | self, | |
dqmSubFolder | |||
) |
Get a generator for the 'selection name', looping over the name and fallbackNames
Definition at line 2780 of file plotting.py.
References plotting.PlotterFolder._fallbackNames, TrackerHitsObject._name, FP420HitsObject._name, PGeometricDet::Item._name, LikelihoodSpecies._name, TrackingRecHitAlgorithm._name, LikelihoodPdfProduct._name, Logger._name, hcaldqm::DQModule._name, LikelihoodPdf._name, citk::IsolationConeDefinitionBase._name, DrellYanValidation._name, WValidation._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, HistoParams< T >._name, GeometricTimingDetExtra._name, CutApplicatorBase._name, GeometricDetExtra._name, HistoParams< TH2F >._name, HistoParams< TProfile2D >._name, Vispa.Views.PropertyView.Property._name, SequenceTypes.SequencePlaceholder._name, plotting.Subtract._name, plotting.Transform._name, plotting.FakeDuplicate._name, plotting.CutEfficiency._name, plotting.AggregateBins._name, plotting.AggregateHistos._name, plotting.ROC._name, SequenceTypes.TaskPlaceholder._name, plotting.Plot._name, plotting.PlotGroup._name, and plotting.PlotterFolder._name.
Referenced by plotting.PlotterFolder.getSelectionName().
def plotting.PlotterFolder.getTableCreators | ( | self | ) |
def plotting.PlotterFolder.onlyForBHadron | ( | self | ) |
Definition at line 2756 of file plotting.py.
def plotting.PlotterFolder.onlyForConversion | ( | self | ) |
Definition at line 2753 of file plotting.py.
def plotting.PlotterFolder.onlyForElectron | ( | self | ) |
Definition at line 2750 of file plotting.py.
def plotting.PlotterFolder.onlyForPileup | ( | self | ) |
Definition at line 2747 of file plotting.py.
|
private |
Definition at line 2717 of file plotting.py.
Referenced by plotting.PlotterFolder.getDQMSubFolders().
|
private |
Definition at line 2732 of file plotting.py.
Referenced by plotting.PlotterFolder.create(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2731 of file plotting.py.
Referenced by plotting.PlotterFolder.getSelectionNameIterator(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2712 of file plotting.py.
Referenced by trackingPlots.TimePerEventPlot.__str__(), trackingPlots.TimePerTrackPlot.__str__(), trackingPlots.TimePerEventPlot._create(), trackingPlots.TimePerTrackPlot.create(), plotting.PlotterFolder.getName(), plotting.PlotterItem.getName(), plotting.PlotterFolder.getSelectionNameIterator(), validation.SimpleSample.name(), trackingPlots.Iteration.name(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2714 of file plotting.py.
Referenced by plotting.PlotterItem.getPlotFolder(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2713 of file plotting.py.
Referenced by plotting.PlotterFolder.create(), and plotting.PlotterFolder.getPossibleDQMFolders().
|
private |
Definition at line 2733 of file plotting.py.
Referenced by plotting.PlotterFolder.getTableCreators(), and plotting.PlotterItem.readDirs().