ATLAS Offline Software
|
Functions | |
def | SetStyle (whiteCanvas=False) |
def | SaveGraphsToFile (filename, varnames, xvecs, yvecs, addparamName=None, addparamVal=None) |
def | MakePlots (tree, datapath) |
def | makeLBPlotSummaryForLHC (lbrange, xvecStb, yvec, runNr, datapath, printText='') |
def | makeTimePlotList (xvec, xveclb, yvec, toffset, dt, ymin, ymax, xtit, ytit, ylegend, name, title, datapath, printText='') |
def | makeLBPlotList (xvec, xvecStb, yvec, xtitle, ytitle, ylegend, histname, histtitle, datapath, printText='', ymin=None, ymax=None) |
def | makeBSPlots (xvec, yvec, xtitle, ytitle, histname, histtitle, datapath, ymin, ymax, printText='') |
def | makeLBPlot (xvec, xvecStb, yvecScalar, xtitle, ytitle, ylegendScalar, histname, histtitle, datapath, printText='', ymin=None, ymax=None) |
def | InttypeTrf (tree, var, vlist, value, kcoord) |
def | FloattypeTrf (tree, var, vlist, value, kcoord) |
def | StringtypeTrf (tree, var, vlist, value, kcoord) |
def | TimetypeTrf (tree, var, vlist, value, kcoord) |
def | DurationtypeTrf (tree, var, vlist, value, kcoord) |
def | MakeHtml (hnames, fnames, uselarge=False, iconwidth=70, nbreakline=10) |
def | GetActions () |
def | CreateRootFile (dic) |
def | makeRatePlot (v, lbduration, plottriggers, averrate, xtit, ytit, name, title, datapath, printText='') |
Variables | |
string | datapath = "." |
pf = open( '%s/plotinput.json' % datapath, 'r' ) | |
lbrange = range(len(lbrange)) | |
xvecStb | |
yvec | |
runNr | |
printText | |
def python.output.AtlRunQueryRoot.CreateRootFile | ( | dic | ) |
def python.output.AtlRunQueryRoot.DurationtypeTrf | ( | tree, | |
var, | |||
vlist, | |||
value, | |||
kcoord | |||
) |
Definition at line 718 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.FloattypeTrf | ( | tree, | |
var, | |||
vlist, | |||
value, | |||
kcoord | |||
) |
Definition at line 688 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.GetActions | ( | ) |
Definition at line 765 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.InttypeTrf | ( | tree, | |
var, | |||
vlist, | |||
value, | |||
kcoord | |||
) |
Definition at line 675 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeBSPlots | ( | xvec, | |
yvec, | |||
xtitle, | |||
ytitle, | |||
histname, | |||
histtitle, | |||
datapath, | |||
ymin, | |||
ymax, | |||
printText = '' |
|||
) |
Definition at line 608 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.MakeHtml | ( | hnames, | |
fnames, | |||
uselarge = False , |
|||
iconwidth = 70 , |
|||
nbreakline = 10 |
|||
) |
Definition at line 742 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeLBPlot | ( | xvec, | |
xvecStb, | |||
yvecScalar, | |||
xtitle, | |||
ytitle, | |||
ylegendScalar, | |||
histname, | |||
histtitle, | |||
datapath, | |||
printText = '' , |
|||
ymin = None , |
|||
ymax = None |
|||
) |
Definition at line 667 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeLBPlotList | ( | xvec, | |
xvecStb, | |||
yvec, | |||
xtitle, | |||
ytitle, | |||
ylegend, | |||
histname, | |||
histtitle, | |||
datapath, | |||
printText = '' , |
|||
ymin = None , |
|||
ymax = None |
|||
) |
Definition at line 498 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeLBPlotSummaryForLHC | ( | lbrange, | |
xvecStb, | |||
yvec, | |||
runNr, | |||
datapath, | |||
printText = '' |
|||
) |
Definition at line 209 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.MakePlots | ( | tree, | |
datapath | |||
) |
Definition at line 111 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeRatePlot | ( | v, | |
lbduration, | |||
plottriggers, | |||
averrate, | |||
xtit, | |||
ytit, | |||
name, | |||
title, | |||
datapath, | |||
printText = '' |
|||
) |
Definition at line 852 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.makeTimePlotList | ( | xvec, | |
xveclb, | |||
yvec, | |||
toffset, | |||
dt, | |||
ymin, | |||
ymax, | |||
xtit, | |||
ytit, | |||
ylegend, | |||
name, | |||
title, | |||
datapath, | |||
printText = '' |
|||
) |
Definition at line 367 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.SaveGraphsToFile | ( | filename, | |
varnames, | |||
xvecs, | |||
yvecs, | |||
addparamName = None , |
|||
addparamVal = None |
|||
) |
Definition at line 88 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.SetStyle | ( | whiteCanvas = False | ) |
Definition at line 28 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.StringtypeTrf | ( | tree, | |
var, | |||
vlist, | |||
value, | |||
kcoord | |||
) |
Definition at line 701 of file AtlRunQueryRoot.py.
def python.output.AtlRunQueryRoot.TimetypeTrf | ( | tree, | |
var, | |||
vlist, | |||
value, | |||
kcoord | |||
) |
Definition at line 715 of file AtlRunQueryRoot.py.
string python.output.AtlRunQueryRoot.datapath = "." |
Definition at line 987 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.lbrange = range(len(lbrange)) |
Definition at line 989 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.pf = open( '%s/plotinput.json' % datapath, 'r' ) |
Definition at line 988 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.printText |
Definition at line 992 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.runNr |
Definition at line 989 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.xvecStb |
Definition at line 989 of file AtlRunQueryRoot.py.
python.output.AtlRunQueryRoot.yvec |
Definition at line 989 of file AtlRunQueryRoot.py.