The Gaudi Framework
v30r3 (a5ef0a68)
|
Functions | |
def | parseLog (logfilename) |
def | createGraph (max_min_blog_vals) |
def | createInFlightGraph (nevts) |
def | getText (x, y, text, scale, angle, colour, font, NDC=False) |
def | doPlot (logfilename, logfilename_copy) |
Variables | |
int | NEventsInFlight = -1 |
int | NThreads = -1 |
list | LineStyles = [1, 2] |
int | LineWidth = 3 |
list | Colors = [kBlue, kGreen + 2] |
list | MarkerStyles = [kOpenCircle, kFullCircle] |
float | MarkesSize = 1.5 |
int | graphCounter = 0 |
int | maxY = -1 |
string | LegendDrawOpts = "lp" |
argc = len(sys.argv) | |
def plotBacklogPyRoot.createGraph | ( | max_min_blog_vals | ) |
Definition at line 48 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.createInFlightGraph | ( | nevts | ) |
Definition at line 72 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.doPlot | ( | logfilename, | |
logfilename_copy | |||
) |
Definition at line 96 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.getText | ( | x, | |
y, | |||
text, | |||
scale, | |||
angle, | |||
colour, | |||
font, | |||
NDC = False |
|||
) |
Definition at line 86 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.parseLog | ( | logfilename | ) |
Definition at line 28 of file plotBacklogPyRoot.py.
plotBacklogPyRoot.argc = len(sys.argv) |
Definition at line 138 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.Colors = [kBlue, kGreen + 2] |
Definition at line 18 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.graphCounter = 0 |
Definition at line 22 of file plotBacklogPyRoot.py.
string plotBacklogPyRoot.LegendDrawOpts = "lp" |
Definition at line 25 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.LineStyles = [1, 2] |
Definition at line 16 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.LineWidth = 3 |
Definition at line 17 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.MarkerStyles = [kOpenCircle, kFullCircle] |
Definition at line 19 of file plotBacklogPyRoot.py.
float plotBacklogPyRoot.MarkesSize = 1.5 |
Definition at line 20 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.maxY = -1 |
Definition at line 23 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.NEventsInFlight = -1 |
Definition at line 13 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.NThreads = -1 |
Definition at line 14 of file plotBacklogPyRoot.py.