Classes | |
class | PageLayout |
class | SubsectionBase |
class | SubsectionFromList |
class | SubsectionOnePage |
class | SummarySection |
class | ValidationPlots |
Functions | |
def | plotSortKey (plot) |
def | validationclasses (validations) |
def | writePage (plots, title, layout) |
def | writePageReg (identifier, title, validations, layout=0) |
def presentation.plotSortKey | ( | plot | ) |
Definition at line 180 of file presentation.py.
def presentation.validationclasses | ( | validations | ) |
Definition at line 36 of file presentation.py.
References list().
Referenced by produceOfflineValidationTex.main().
def presentation.writePage | ( | plots, | |
title, | |||
layout | |||
) |
Definition at line 164 of file presentation.py.
References join(), python.rootplot.root2matplotlib.replace(), and str.
Referenced by writePageReg().
def presentation.writePageReg | ( | identifier, | |
title, | |||
validations, | |||
layout = 0 |
|||
) |
Definition at line 140 of file presentation.py.
References edm.print(), and writePage().
Referenced by presentation.SubsectionOnePage.pages(), and presentation.SubsectionFromList.pages().