ATLAS Offline Software
|
Functions | |
def | recurse (rdir, dqregion, ignorepath, reffile=None) |
def | prune (dqregion) |
def | paramcount (dqregion) |
def | process (infname, confname, reffile=None) |
def | super_process (fname, options) |
Variables | |
gatherdata | |
worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so') | |
cl = ROOT.TClass.GetClass(cl) | |
print [x.__class__ for x in toList(dqregion.getSubRegions()) ] More... | |
string | name = rdir.GetPath().replace(ignorepath, '') + '/' + key.GetName() |
dictionary | dqpargs |
reference | |
dqpar = dqregion.newDQParameter( **dqpargs) | |
newregion = dqregion.newDQRegion( key.GetName(), algorithm=worst ) | |
parser = optparse.OptionParser(usage='usage: %prog [options] inputfile run') | |
default | |
help | |
type | |
options | |
args | |
fname = args[0] | |
run = int(args[1]) | |
def | rv = super_process(fname, options) |
def dq_make_web_display.paramcount | ( | dqregion | ) |
Definition at line 80 of file dq_make_web_display.py.
def dq_make_web_display.process | ( | infname, | |
confname, | |||
reffile = None |
|||
) |
Definition at line 90 of file dq_make_web_display.py.
def dq_make_web_display.prune | ( | dqregion | ) |
returns True if we should kill this node False if we should not
Definition at line 53 of file dq_make_web_display.py.
def dq_make_web_display.recurse | ( | rdir, | |
dqregion, | |||
ignorepath, | |||
reffile = None |
|||
) |
Definition at line 23 of file dq_make_web_display.py.
def dq_make_web_display.super_process | ( | fname, | |
options | |||
) |
Definition at line 111 of file dq_make_web_display.py.
dq_make_web_display.args |
Definition at line 205 of file dq_make_web_display.py.
dq_make_web_display.cl = ROOT.TClass.GetClass(cl) |
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
Definition at line 26 of file dq_make_web_display.py.
dq_make_web_display.default |
Definition at line 196 of file dq_make_web_display.py.
dq_make_web_display.dqpar = dqregion.newDQParameter( **dqpargs) |
Definition at line 45 of file dq_make_web_display.py.
dictionary dq_make_web_display.dqpargs |
Definition at line 39 of file dq_make_web_display.py.
dq_make_web_display.fname = args[0] |
Definition at line 210 of file dq_make_web_display.py.
dq_make_web_display.gatherdata |
Definition at line 19 of file dq_make_web_display.py.
dq_make_web_display.help |
Definition at line 197 of file dq_make_web_display.py.
string dq_make_web_display.name = rdir.GetPath().replace(ignorepath, '') + '/' + key.GetName() |
Definition at line 38 of file dq_make_web_display.py.
Definition at line 50 of file dq_make_web_display.py.
dq_make_web_display.options |
Definition at line 205 of file dq_make_web_display.py.
Definition at line 195 of file dq_make_web_display.py.
dq_make_web_display.reference |
Definition at line 44 of file dq_make_web_display.py.
dq_make_web_display.run = int(args[1]) |
Definition at line 212 of file dq_make_web_display.py.
def dq_make_web_display.rv = super_process(fname, options) |
Definition at line 219 of file dq_make_web_display.py.
dq_make_web_display.type |
Definition at line 200 of file dq_make_web_display.py.
dq_make_web_display.worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so') |
Definition at line 21 of file dq_make_web_display.py.