Functions | |
def | findBounds (x, ys, xmin=None, ymin=None, xmax=None, ymax=None) |
def | main (argv) |
def | makePlot (name, x, ys, ytitle, title=None, legends=None, ideal1=None, bounds={}, legendYmax=0.99) |
Variables | |
colors | |
IgnoreCommandLineOptions | |
Definition at line 18 of file plotThroughput.py.
References makePlot(), SiStripPI.max, and SiStripPI.min.
Referenced by makePlot().
def plotThroughput.main | ( | argv | ) |
Definition at line 92 of file plotThroughput.py.
References nano_mu_digi_cff.float, createfilelist.int, and makePlot().
def plotThroughput.makePlot | ( | name, | |
x, | |||
ys, | |||
ytitle, | |||
title = None , |
|||
legends = None , |
|||
ideal1 = None , |
|||
bounds = {} , |
|||
legendYmax = 0.99 |
|||
) |
Definition at line 37 of file plotThroughput.py.
References findBounds().
Referenced by findBounds(), and main().
plotThroughput.colors |
Definition at line 12 of file plotThroughput.py.
plotThroughput.IgnoreCommandLineOptions |
Definition at line 9 of file plotThroughput.py.