![]() |
ATLAS Offline Software
|
Functions | |
| recurse (rdir, dqregion, ignorepath, reffile=None) | |
| prune (dqregion) | |
| paramcount (dqregion) | |
| process (infname, confname, reffile=None) | |
| 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()) ] | |
| str | name = rdir.GetPath().replace(ignorepath, '') + '/' + key.GetName() |
| dict | 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]) | |
| rv = super_process(fname, options) | |
Transate arbitrary root file into a han config file with the "GatherData" algorithm @author: ponyisi@hep.uchicago.edu 9 Oct 2008 Adapted for fast physics monitoring 14 April 2011
| dq_make_web_display.paramcount | ( | dqregion | ) |
Definition at line 79 of file dq_make_web_display.py.
| dq_make_web_display.process | ( | infname, | |
| confname, | |||
| reffile = None ) |
Definition at line 89 of file dq_make_web_display.py.
| dq_make_web_display.prune | ( | dqregion | ) |
returns True if we should kill this node False if we should not
Definition at line 52 of file dq_make_web_display.py.
| dq_make_web_display.recurse | ( | rdir, | |
| dqregion, | |||
| ignorepath, | |||
| reffile = None ) |
Definition at line 22 of file dq_make_web_display.py.
| dq_make_web_display.super_process | ( | fname, | |
| options ) |
Definition at line 110 of file dq_make_web_display.py.
| dq_make_web_display.args |
Definition at line 204 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 25 of file dq_make_web_display.py.
| dq_make_web_display.default |
Definition at line 195 of file dq_make_web_display.py.
| dq_make_web_display.dqpar = dqregion.newDQParameter( **dqpargs) |
Definition at line 44 of file dq_make_web_display.py.
| dict dq_make_web_display.dqpargs |
Definition at line 38 of file dq_make_web_display.py.
| dq_make_web_display.fname = args[0] |
Definition at line 209 of file dq_make_web_display.py.
| dq_make_web_display.gatherdata |
Definition at line 18 of file dq_make_web_display.py.
| dq_make_web_display.help |
Definition at line 196 of file dq_make_web_display.py.
| str dq_make_web_display.name = rdir.GetPath().replace(ignorepath, '') + '/' + key.GetName() |
Definition at line 37 of file dq_make_web_display.py.
Definition at line 49 of file dq_make_web_display.py.
| dq_make_web_display.options |
Definition at line 204 of file dq_make_web_display.py.
Definition at line 194 of file dq_make_web_display.py.
| dq_make_web_display.reference |
Definition at line 43 of file dq_make_web_display.py.
| dq_make_web_display.run = int(args[1]) |
Definition at line 211 of file dq_make_web_display.py.
| dq_make_web_display.rv = super_process(fname, options) |
Definition at line 218 of file dq_make_web_display.py.
| dq_make_web_display.type |
Definition at line 199 of file dq_make_web_display.py.
| dq_make_web_display.worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so') |
Definition at line 20 of file dq_make_web_display.py.