![]() |
The Gaudi Framework
v27r1
|
Functions | |
def | rec |
def | composition (t) |
def | comparePaths (t1, t2) |
def | bin2binIdentity (h1, h2) |
def | compareHistos (t1, t2, state, checkBin2BinIdentity) |
def | extractBlacklist (listString) |
Variables | |
list | backupArgv = sys.argv[:] |
list | gRegexBlackList = [] |
list | histos = ['TH1D', 'TH1F', 'TH2D', 'TH2F', 'TProfile'] |
string | ref = 'REFERENCE' |
string | test = 'TEST' |
string | usage = "usage: %prog testFile.root referenceFile.root [options]" |
tuple | parser = OptionParser() |
string | help = 'Comma separated list of regexps matching histograms to skip (for example -b"MemoryTool,ProcTime")' |
string | action = "store_true" |
tuple | tfs = TFile( testFile, 'REC' ) |
tuple | tfp = TFile( referenceFile, 'REC' ) |
tuple | lref = rec(tfs) |
tuple | dref = dict( [(n, o) for n, o in lref] ) |
tuple | dtest = dict( [(n, o) for n, o in ltest] ) |
tuple | ts = ( ref, dref ) |
tuple | state = comparePaths( ts, tp ) |
tuple | retval = compareHistos( ts, tp, state, checkBin2BinIdentity=options.bin2bin ) |
def compareRootHistos.bin2binIdentity | ( | h1, | |
h2 | |||
) |
Definition at line 119 of file compareRootHistos.py.
def compareRootHistos.compareHistos | ( | t1, | |
t2, | |||
state, | |||
checkBin2BinIdentity | |||
) |
Definition at line 152 of file compareRootHistos.py.
def compareRootHistos.comparePaths | ( | t1, | |
t2 | |||
) |
Definition at line 71 of file compareRootHistos.py.
def compareRootHistos.composition | ( | t | ) |
Definition at line 50 of file compareRootHistos.py.
def compareRootHistos.extractBlacklist | ( | listString | ) |
Definition at line 303 of file compareRootHistos.py.
def compareRootHistos.rec | ( | o, | |
path = None , |
|||
lst = None |
|||
) |
Definition at line 28 of file compareRootHistos.py.
string compareRootHistos.action = "store_true" |
Definition at line 320 of file compareRootHistos.py.
list compareRootHistos.backupArgv = sys.argv[:] |
Definition at line 6 of file compareRootHistos.py.
tuple compareRootHistos.dref = dict( [(n, o) for n, o in lref] ) |
Definition at line 339 of file compareRootHistos.py.
tuple compareRootHistos.dtest = dict( [(n, o) for n, o in ltest] ) |
Definition at line 340 of file compareRootHistos.py.
list compareRootHistos.gRegexBlackList = [] |
Definition at line 12 of file compareRootHistos.py.
string compareRootHistos.help = 'Comma separated list of regexps matching histograms to skip (for example -b"MemoryTool,ProcTime")' |
Definition at line 317 of file compareRootHistos.py.
list compareRootHistos.histos = ['TH1D', 'TH1F', 'TH2D', 'TH2F', 'TProfile'] |
Definition at line 13 of file compareRootHistos.py.
Definition at line 337 of file compareRootHistos.py.
tuple compareRootHistos.parser = OptionParser() |
Definition at line 315 of file compareRootHistos.py.
string compareRootHistos.ref = 'REFERENCE' |
Definition at line 14 of file compareRootHistos.py.
tuple compareRootHistos.retval = compareHistos( ts, tp, state, checkBin2BinIdentity=options.bin2bin ) |
Definition at line 351 of file compareRootHistos.py.
tuple compareRootHistos.state = comparePaths( ts, tp ) |
Definition at line 348 of file compareRootHistos.py.
string compareRootHistos.test = 'TEST' |
Definition at line 15 of file compareRootHistos.py.
tuple compareRootHistos.tfp = TFile( referenceFile, 'REC' ) |
Definition at line 334 of file compareRootHistos.py.
tuple compareRootHistos.tfs = TFile( testFile, 'REC' ) |
Definition at line 333 of file compareRootHistos.py.
Definition at line 342 of file compareRootHistos.py.
string compareRootHistos.usage = "usage: %prog testFile.root referenceFile.root [options]" |
Definition at line 314 of file compareRootHistos.py.