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 2495 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 2502 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 2589 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 2623 of file plotting.py.
def plotting.PlotterFolder.getDQMSubFolders | ( | self, | |
limitOnlyTo = None |
|||
) |
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 2562 of file plotting.py.
References plotting.PlotterFolder._dqmSubFolders, and alcazmumu_cfi.filter.
def plotting.PlotterFolder.getName | ( | self | ) |
Definition at line 2538 of file plotting.py.
References FP420HitsObject._name, TrackerHitsObject._name, PGeometricDet::Item._name, TrackingRecHitAlgorithm._name, LikelihoodSpecies._name, L1TMuon::PtAssignmentUnit._name, L1TMuon::PtRefinementUnit._name, LikelihoodPdfProduct._name, LikelihoodPdf._name, citk::IsolationConeDefinitionBase._name, Logger._name, hcaldqm::DQModule._name, DrellYanValidation._name, WValidation._name, HistoParams< T >._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, CutApplicatorBase._name, ElectronMVAEstimatorRun2Phys14NonTrig._name, PhotonMVAEstimatorRun2Spring15NonTrig._name, PhotonMVAEstimatorRun2Phys14NonTrig._name, ElectronMVAEstimatorRun2Spring15Trig._name, GeometricDetExtra._name, ElectronMVAEstimatorRun2Spring15NonTrig._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, plotting.Plot._name, plotting.PlotGroup._name, and plotting.PlotterFolder._name.
def plotting.PlotterFolder.getPage | ( | self | ) |
Definition at line 2544 of file plotting.py.
def plotting.PlotterFolder.getPossibleDQMFolders | ( | self | ) |
Definition at line 2559 of file plotting.py.
References plotting.PlotterFolder._possibleDqmFolders.
def plotting.PlotterFolder.getPurpose | ( | self | ) |
Definition at line 2541 of file plotting.py.
def plotting.PlotterFolder.getSection | ( | self | ) |
Definition at line 2547 of file plotting.py.
def plotting.PlotterFolder.getSelectionName | ( | self, | |
dqmSubFolder | |||
) |
Definition at line 2586 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 2580 of file plotting.py.
References plotting.PlotterFolder._fallbackNames, FP420HitsObject._name, TrackerHitsObject._name, PGeometricDet::Item._name, TrackingRecHitAlgorithm._name, LikelihoodSpecies._name, L1TMuon::PtAssignmentUnit._name, L1TMuon::PtRefinementUnit._name, LikelihoodPdfProduct._name, LikelihoodPdf._name, citk::IsolationConeDefinitionBase._name, Logger._name, hcaldqm::DQModule._name, DrellYanValidation._name, WValidation._name, HistoParams< T >._name, hcaldqm::flag::Flag._name, hcaldqm::quantity::Quantity._name, CutApplicatorBase._name, ElectronMVAEstimatorRun2Phys14NonTrig._name, PhotonMVAEstimatorRun2Spring15NonTrig._name, PhotonMVAEstimatorRun2Phys14NonTrig._name, ElectronMVAEstimatorRun2Spring15Trig._name, GeometricDetExtra._name, ElectronMVAEstimatorRun2Spring15NonTrig._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, plotting.Plot._name, plotting.PlotGroup._name, and plotting.PlotterFolder._name.
Referenced by plotting.PlotterFolder.getSelectionName().
def plotting.PlotterFolder.getTableCreators | ( | self | ) |
Definition at line 2577 of file plotting.py.
References plotting.PlotterFolder._tableCreators.
def plotting.PlotterFolder.onlyForConversion | ( | self | ) |
Definition at line 2556 of file plotting.py.
def plotting.PlotterFolder.onlyForElectron | ( | self | ) |
Definition at line 2553 of file plotting.py.
def plotting.PlotterFolder.onlyForPileup | ( | self | ) |
Definition at line 2550 of file plotting.py.
|
private |
Definition at line 2520 of file plotting.py.
Referenced by plotting.PlotterFolder.getDQMSubFolders().
|
private |
Definition at line 2535 of file plotting.py.
Referenced by plotting.PlotterFolder.create(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2534 of file plotting.py.
Referenced by plotting.PlotterFolder.getSelectionNameIterator(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2515 of file plotting.py.
Referenced by trackingPlots.TimePerTrackPlot.__str__(), 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 2517 of file plotting.py.
Referenced by plotting.PlotterItem.getPlotFolder(), and plotting.PlotterItem.readDirs().
|
private |
Definition at line 2516 of file plotting.py.
Referenced by plotting.PlotterFolder.create(), and plotting.PlotterFolder.getPossibleDQMFolders().
|
private |
Definition at line 2536 of file plotting.py.
Referenced by plotting.PlotterFolder.getTableCreators(), and plotting.PlotterItem.readDirs().