Public Member Functions | |
def | __init__ (self, args, kwargs) |
def | isAlgoIterative (self, algo) |
def | iterSelectionName (self, plotFolderName, translatedDqmSubFolder) |
def | limitSubFolder (self, limitOnlyTo, translatedDqmSubFolder) |
def | translateSubFolder (self, dqmSubFolderName) |
Public Member Functions inherited from plotting.PlotFolder | |
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, directory="") |
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 | onlyForBHadron (self) |
def | onlyForConversion (self) |
def | onlyForElectron (self) |
def | onlyForPileup (self) |
def | set (self, plotGroups) |
def | translateSubFolder (self, dqmSubFolderName) |
Private Attributes | |
_fallbackRefFiles | |
Definition at line 906 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 907 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.isAlgoIterative | ( | self, | |
algo | |||
) |
Definition at line 944 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.iterSelectionName | ( | self, | |
plotFolderName, | |||
translatedDqmSubFolder | |||
) |
Definition at line 918 of file trackingPlots.py.
References trackingPlots.TrackingPlotFolder._fallbackRefFiles, and trackingPlots.fallback.
def trackingPlots.TrackingPlotFolder.limitSubFolder | ( | self, | |
limitOnlyTo, | |||
translatedDqmSubFolder | |||
) |
Return True if this subfolder should be processed Arguments: limitOnlyTo -- Function '(algo, quality) -> bool' translatedDqmSubFolder -- Return value of translateSubFolder
Definition at line 933 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.translateSubFolder | ( | self, | |
dqmSubFolderName | |||
) |
Definition at line 911 of file trackingPlots.py.
References trackingPlots._mapCollectionToAlgoQuality().
|
private |
Definition at line 908 of file trackingPlots.py.
Referenced by trackingPlots.TrackingPlotFolder.iterSelectionName().