ATLAS Offline Software
Loading...
Searching...
No Matches
dq_make_web_display.py File Reference

Go to the source code of this file.

Namespaces

namespace  dq_make_web_display

Functions

 dq_make_web_display.recurse (rdir, dqregion, ignorepath, reffile=None)
 dq_make_web_display.prune (dqregion)
 dq_make_web_display.paramcount (dqregion)
 dq_make_web_display.process (infname, confname, reffile=None)
 dq_make_web_display.super_process (fname, options)

Variables

 dq_make_web_display.gatherdata
 dq_make_web_display.worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so')
 dq_make_web_display.cl = ROOT.TClass.GetClass(cl)
 print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
str dq_make_web_display.name = rdir.GetPath().replace(ignorepath, '') + '/' + key.GetName()
dict dq_make_web_display.dqpargs
 dq_make_web_display.reference
 dq_make_web_display.dqpar = dqregion.newDQParameter( **dqpargs)
 dq_make_web_display.newregion = dqregion.newDQRegion( key.GetName(), algorithm=worst )
 dq_make_web_display.parser = optparse.OptionParser(usage='usage: %prog [options] inputfile run')
 dq_make_web_display.default
 dq_make_web_display.help
 dq_make_web_display.type
 dq_make_web_display.options
 dq_make_web_display.args
 dq_make_web_display.fname = args[0]
 dq_make_web_display.run = int(args[1])
 dq_make_web_display.rv = super_process(fname, options)