Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions | Variables
AtlRunQueryRoot.py File Reference

Go to the source code of this file.

Namespaces

 python.output.AtlRunQueryRoot
 

Functions

def python.output.AtlRunQueryRoot.SetStyle (whiteCanvas=False)
 
def python.output.AtlRunQueryRoot.SaveGraphsToFile (filename, varnames, xvecs, yvecs, addparamName=None, addparamVal=None)
 
def python.output.AtlRunQueryRoot.MakePlots (tree, datapath)
 
def python.output.AtlRunQueryRoot.makeLBPlotSummaryForLHC (lbrange, xvecStb, yvec, runNr, datapath, printText='')
 
def python.output.AtlRunQueryRoot.makeTimePlotList (xvec, xveclb, yvec, toffset, dt, ymin, ymax, xtit, ytit, ylegend, name, title, datapath, printText='')
 
def python.output.AtlRunQueryRoot.makeLBPlotList (xvec, xvecStb, yvec, xtitle, ytitle, ylegend, histname, histtitle, datapath, printText='', ymin=None, ymax=None)
 
def python.output.AtlRunQueryRoot.makeBSPlots (xvec, yvec, xtitle, ytitle, histname, histtitle, datapath, ymin, ymax, printText='')
 
def python.output.AtlRunQueryRoot.makeLBPlot (xvec, xvecStb, yvecScalar, xtitle, ytitle, ylegendScalar, histname, histtitle, datapath, printText='', ymin=None, ymax=None)
 
def python.output.AtlRunQueryRoot.InttypeTrf (tree, var, vlist, value, kcoord)
 
def python.output.AtlRunQueryRoot.FloattypeTrf (tree, var, vlist, value, kcoord)
 
def python.output.AtlRunQueryRoot.StringtypeTrf (tree, var, vlist, value, kcoord)
 
def python.output.AtlRunQueryRoot.TimetypeTrf (tree, var, vlist, value, kcoord)
 
def python.output.AtlRunQueryRoot.DurationtypeTrf (tree, var, vlist, value, kcoord)
 
def python.output.AtlRunQueryRoot.MakeHtml (hnames, fnames, uselarge=False, iconwidth=70, nbreakline=10)
 
def python.output.AtlRunQueryRoot.GetActions ()
 
def python.output.AtlRunQueryRoot.CreateRootFile (dic)
 
def python.output.AtlRunQueryRoot.makeRatePlot (v, lbduration, plottriggers, averrate, xtit, ytit, name, title, datapath, printText='')
 

Variables

string python.output.AtlRunQueryRoot.datapath = "."
 
 python.output.AtlRunQueryRoot.pf = open( '%s/plotinput.json' % datapath, 'r' )
 
 python.output.AtlRunQueryRoot.lbrange = range(len(lbrange))
 
 python.output.AtlRunQueryRoot.xvecStb
 
 python.output.AtlRunQueryRoot.yvec
 
 python.output.AtlRunQueryRoot.runNr
 
 python.output.AtlRunQueryRoot.printText