![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
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 55 of file plotClonesPyRoot.py.
| def plotClonesPyRoot.doPlot | ( | logfilename | ) |
Definition at line 102 of file plotClonesPyRoot.py.
| def plotClonesPyRoot.getCountLatexes | ( | vals, | |
| xmax | |||
| ) |
Definition at line 82 of file plotClonesPyRoot.py.
| def plotClonesPyRoot.getText | ( | x, | |
| y, | |||
| text, | |||
| scale, | |||
| angle, | |||
| colour, | |||
| font, | |||
NDC = False |
|||
| ) |
Definition at line 71 of file plotClonesPyRoot.py.
| def plotClonesPyRoot.parseLog | ( | logfilename | ) |
Definition at line 31 of file plotClonesPyRoot.py.
| plotClonesPyRoot.argc = len(sys.argv) |
Definition at line 129 of file plotClonesPyRoot.py.
| plotClonesPyRoot.Color = kBlue |
Definition at line 23 of file plotClonesPyRoot.py.
| float plotClonesPyRoot.MarkerSize = 3.8 |
Definition at line 25 of file plotClonesPyRoot.py.
| plotClonesPyRoot.MarkerStyle = kFullStar |
Definition at line 24 of file plotClonesPyRoot.py.
| int plotClonesPyRoot.NEventsInFlight = 0 |
Definition at line 27 of file plotClonesPyRoot.py.
| int plotClonesPyRoot.NThreads = -1 |
Definition at line 28 of file plotClonesPyRoot.py.