The Gaudi Framework
v30r3 (a5ef0a68)
|
Functions | |
def | parseLog (logfilename) |
def | createGraph (vals) |
def | getText (x, y, text, scale, angle, colour, font, NDC=False) |
def | getCountLatexes (vals, xmax) |
def | doPlot (logfilename) |
Variables | |
Color = kBlue | |
MarkerStyle = kFullStar | |
float | MarkerSize = 3.8 |
int | NEventsInFlight = 0 |
int | NThreads = -1 |
argc = len(sys.argv) | |
def plotClonesPyRoot.createGraph | ( | vals | ) |
Definition at line 39 of file plotClonesPyRoot.py.
def plotClonesPyRoot.doPlot | ( | logfilename | ) |
Definition at line 96 of file plotClonesPyRoot.py.
def plotClonesPyRoot.getCountLatexes | ( | vals, | |
xmax | |||
) |
Definition at line 64 of file plotClonesPyRoot.py.
def plotClonesPyRoot.getText | ( | x, | |
y, | |||
text, | |||
scale, | |||
angle, | |||
colour, | |||
font, | |||
NDC = False |
|||
) |
Definition at line 54 of file plotClonesPyRoot.py.
def plotClonesPyRoot.parseLog | ( | logfilename | ) |
Definition at line 21 of file plotClonesPyRoot.py.
plotClonesPyRoot.argc = len(sys.argv) |
Definition at line 123 of file plotClonesPyRoot.py.
plotClonesPyRoot.Color = kBlue |
Definition at line 13 of file plotClonesPyRoot.py.
float plotClonesPyRoot.MarkerSize = 3.8 |
Definition at line 15 of file plotClonesPyRoot.py.
plotClonesPyRoot.MarkerStyle = kFullStar |
Definition at line 14 of file plotClonesPyRoot.py.
int plotClonesPyRoot.NEventsInFlight = 0 |
Definition at line 17 of file plotClonesPyRoot.py.
int plotClonesPyRoot.NThreads = -1 |
Definition at line 18 of file plotClonesPyRoot.py.