Public Member Functions | |
def | __init__ |
def | isAlgoIterative |
def | iterSelectionName |
def | limitSubFolder |
def | translateSubFolder |
Public Member Functions inherited from plotting.PlotFolder | |
def | __init__ |
def | append |
def | create |
def | draw |
def | getPage |
def | getPlotGroup |
def | getPlotGroups |
def | getPurpose |
def | getSection |
def | iterSelectionName |
def | limitSubFolder |
def | loopSubFolders |
def | onlyForPileup |
def | set |
def | translateSubFolder |
Private Attributes | |
_fallbackRefFiles | |
Definition at line 639 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 640 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.isAlgoIterative | ( | self, | |
algo | |||
) |
Definition at line 677 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.iterSelectionName | ( | self, | |
plotFolderName, | |||
translatedDqmSubFolder | |||
) |
Definition at line 651 of file trackingPlots.py.
References trackingPlots.TrackingPlotFolder._fallbackRefFiles.
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 666 of file trackingPlots.py.
def trackingPlots.TrackingPlotFolder.translateSubFolder | ( | self, | |
dqmSubFolderName | |||
) |
Definition at line 644 of file trackingPlots.py.
References trackingPlots._mapCollectionToAlgoQuality().
|
private |
Definition at line 641 of file trackingPlots.py.
Referenced by trackingPlots.TrackingPlotFolder.iterSelectionName().