ATLAS Offline Software
|
Functions | |
def | recurse (rdir, dqregion, ignorepath, modelrefs=[], displaystring='Draw=PE', displaystring2D='Draw=COLZ', regex=None, startpath=None, hists=None, manglefunc=None) |
def | prune (dqregion) |
def | paramcount (dqregion) |
def | process (infname, confname, options, refs=None) |
def | super_process (fname, options) |
Variables | |
repeatalgorithm | |
worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so') | |
list | algorithmparameters |
SOME THINGS YOU MIGHT WANT TO EDIT Edit this to change what algorithm is applied (AuxAlgName–xxx) or to disable printing the number of entries for each reference algorithmparameters = [DQAlgorithmParameter('AuxAlgName–Chi2Test_Prob', 1),. More... | |
norefalgorithm | |
thresh = make_thresholds('Chi2_per_NDF', 1.0, 1.50, 'Chi2Thresholds') | |
parser = optparse.OptionParser(usage='usage: %prog [options] inputfile') | |
default | |
help | |
action | |
False | |
type | |
None | |
options | |
args | |
fname = args[0] | |
def | rv = super_process(fname, options) |
def physval_make_web_display.paramcount | ( | dqregion | ) |
Definition at line 130 of file physval_make_web_display.py.
def physval_make_web_display.process | ( | infname, | |
confname, | |||
options, | |||
refs = None |
|||
) |
Definition at line 140 of file physval_make_web_display.py.
def physval_make_web_display.prune | ( | dqregion | ) |
returns True if we should kill this node False if we should not
Definition at line 103 of file physval_make_web_display.py.
def physval_make_web_display.recurse | ( | rdir, | |
dqregion, | |||
ignorepath, | |||
modelrefs = [] , |
|||
displaystring = 'Draw=PE' , |
|||
displaystring2D = 'Draw=COLZ' , |
|||
regex = None , |
|||
startpath = None , |
|||
hists = None , |
|||
manglefunc = None |
|||
) |
Definition at line 39 of file physval_make_web_display.py.
def physval_make_web_display.super_process | ( | fname, | |
options | |||
) |
Definition at line 216 of file physval_make_web_display.py.
physval_make_web_display.action |
Definition at line 321 of file physval_make_web_display.py.
list physval_make_web_display.algorithmparameters |
SOME THINGS YOU MIGHT WANT TO EDIT Edit this to change what algorithm is applied (AuxAlgName–xxx) or to disable printing the number of entries for each reference algorithmparameters = [DQAlgorithmParameter('AuxAlgName–Chi2Test_Prob', 1),.
Definition at line 28 of file physval_make_web_display.py.
physval_make_web_display.args |
Definition at line 362 of file physval_make_web_display.py.
physval_make_web_display.default |
Definition at line 315 of file physval_make_web_display.py.
physval_make_web_display.False |
Definition at line 323 of file physval_make_web_display.py.
physval_make_web_display.fname = args[0] |
Definition at line 367 of file physval_make_web_display.py.
physval_make_web_display.help |
Definition at line 316 of file physval_make_web_display.py.
physval_make_web_display.None |
Definition at line 355 of file physval_make_web_display.py.
physval_make_web_display.norefalgorithm |
Definition at line 32 of file physval_make_web_display.py.
physval_make_web_display.options |
Definition at line 362 of file physval_make_web_display.py.
Definition at line 314 of file physval_make_web_display.py.
physval_make_web_display.repeatalgorithm |
Definition at line 20 of file physval_make_web_display.py.
def physval_make_web_display.rv = super_process(fname, options) |
Definition at line 373 of file physval_make_web_display.py.
physval_make_web_display.thresh = make_thresholds('Chi2_per_NDF', 1.0, 1.50, 'Chi2Thresholds') |
Definition at line 36 of file physval_make_web_display.py.
physval_make_web_display.type |
Definition at line 345 of file physval_make_web_display.py.
physval_make_web_display.worst = DQAlgorithm(id='WorstCaseSummary',libname='libdqm_summaries.so') |
Definition at line 22 of file physval_make_web_display.py.