Classes | |
class | Scanner |
Functions | |
def | CreatePlotEntry |
def | NameVariable |
def | PlotAnalyzer |
def | SetpByStep |
def | SetPlotSequence |
def | SpawnDrawJobs |
def | SpawnPSet |
def ValidationUtils.CreatePlotEntry | ( | analyzer, | |
discriminatorLabel = None , |
|||
step = True |
|||
) |
CreatePlotEntry(analyzer, discriminatorLabel)\n Creates a PSet with the informations used by DQMHistEffProducer\n where to find the numerator and denominator\n where to put the new plot and how to name it\n which variables control
Definition at line 4 of file ValidationUtils.py.
Referenced by PlotAnalyzer().
def ValidationUtils.NameVariable | ( | analyzer, | |
discriminatorLabel = None |
|||
) |
NameVariable(analyzer, discriminatorLabel)\n returns a string with the name of the pset created by CreatePlotEntry
Definition at line 38 of file ValidationUtils.py.
Referenced by PlotAnalyzer().
def ValidationUtils.PlotAnalyzer | ( | pset, | |
analyzer | |||
) |
PlotAnalyzer(pset, analyzer)\n fills a PSet that contains all the performance plots for a anlyzer\n pset is the PSet to fill/add
Definition at line 74 of file ValidationUtils.py.
References CreatePlotEntry(), and NameVariable().
def ValidationUtils.SetpByStep | ( | analyzer, | |
plotPset, | |||
useOnly | |||
) |
SetpByStep(analyzer, plotPset) --> PSet\n This function produces the parameter set stepBystep for the EDAnalyzer DQMHistPlotter starting from the PSet produced for DQMHistEffProducer and the analyzer to plot
Definition at line 136 of file ValidationUtils.py.
Referenced by SpawnDrawJobs().
def ValidationUtils.SetPlotSequence | ( | sequence | ) |
SetSequence(seqence)\n This Function return a PSet of the sequence given to be used by DQMHistEffProducer
Definition at line 97 of file ValidationUtils.py.
def ValidationUtils.SpawnDrawJobs | ( | analyzer, | |
plotPset, | |||
useOnly = None |
|||
) |
SpwnDrawJobs(analyzer, plotPset) --> cms.PSet\n This function produces the parameter set drawJobs for the EDAnalyzer DQMHistPlotter starting from the PSet produced for DQMHistEffProducer and the analyzer to plot
Definition at line 181 of file ValidationUtils.py.
References SetpByStep().
def ValidationUtils.SpawnPSet | ( | lArgument, | |
subPset | |||
) |
SpawnPSet(lArgument, subPset) --> cms.PSet\n lArgument is a list containing a list of three strings/values:\n 1-name to give to the spawned pset\n 2-variable(s) to be changed\n 3-value(s) of the variable(s): SAME LENGTH OF 2-!\n Supported types: int string float(converted to double)
Definition at line 108 of file ValidationUtils.py.