![]() |
The Gaudi Framework
v36r11 (bdb84f5f)
|
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 66 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.createInFlightGraph | ( | nevts | ) |
Definition at line 90 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.doPlot | ( | logfilename, | |
logfilename_copy | |||
) |
Definition at line 116 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.getText | ( | x, | |
y, | |||
text, | |||
scale, | |||
angle, | |||
colour, | |||
font, | |||
NDC = False |
|||
) |
Definition at line 103 of file plotBacklogPyRoot.py.
def plotBacklogPyRoot.parseLog | ( | logfilename | ) |
Definition at line 41 of file plotBacklogPyRoot.py.
plotBacklogPyRoot.argc = len(sys.argv) |
Definition at line 164 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.Colors = [kBlue, kGreen + 2] |
Definition at line 31 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.graphCounter = 0 |
Definition at line 35 of file plotBacklogPyRoot.py.
string plotBacklogPyRoot.LegendDrawOpts = "lp" |
Definition at line 38 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.LineStyles = [1, 2] |
Definition at line 29 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.LineWidth = 3 |
Definition at line 30 of file plotBacklogPyRoot.py.
list plotBacklogPyRoot.MarkerStyles = [kOpenCircle, kFullCircle] |
Definition at line 32 of file plotBacklogPyRoot.py.
float plotBacklogPyRoot.MarkesSize = 1.5 |
Definition at line 33 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.maxY = -1 |
Definition at line 36 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.NEventsInFlight = -1 |
Definition at line 26 of file plotBacklogPyRoot.py.
int plotBacklogPyRoot.NThreads = -1 |
Definition at line 27 of file plotBacklogPyRoot.py.