![]() |
The Gaudi Framework
v36r1 (3e2fb5a8)
|
Functions | |
| def | rec (o, path=None, lst=None) |
| def | composition (t) |
| def | comparePaths (t1, t2) |
| def | bin2binIdentity (h1, h2) |
| def | compareHistos (t1, t2, state, checkBin2BinIdentity) |
| def | extractBlacklist (listString) |
Variables | |
| backupArgv = sys.argv[:] | |
| 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]" |
| parser = OptionParser() | |
| dest | |
| help | |
| action | |
| default | |
| options | |
| args | |
| testFile | |
| referenceFile | |
| tfs = TFile(testFile, 'REC') | |
| tfp = TFile(referenceFile, 'REC') | |
| def | lref = rec(tfs) |
| def | ltest = rec(tfp) |
| dref = dict([(n, o) for n, o in lref]) | |
| dtest = dict([(n, o) for n, o in ltest]) | |
| tuple | ts = (ref, dref) |
| tuple | tp = (test, dtest) |
| def | state = comparePaths(ts, tp) |
| def | retval = compareHistos(ts, tp, state, checkBin2BinIdentity=options.bin2bin) |
| def compareRootHistos.bin2binIdentity | ( | h1, | |
| h2 | |||
| ) |
Definition at line 168 of file compareRootHistos.py.
| def compareRootHistos.compareHistos | ( | t1, | |
| t2, | |||
| state, | |||
| checkBin2BinIdentity | |||
| ) |
Definition at line 203 of file compareRootHistos.py.
| def compareRootHistos.comparePaths | ( | t1, | |
| t2 | |||
| ) |
Definition at line 98 of file compareRootHistos.py.
| def compareRootHistos.composition | ( | t | ) |
Definition at line 70 of file compareRootHistos.py.
| def compareRootHistos.extractBlacklist | ( | listString | ) |
Definition at line 410 of file compareRootHistos.py.
| def compareRootHistos.rec | ( | o, | |
path = None, |
|||
lst = None |
|||
| ) |
Definition at line 41 of file compareRootHistos.py.
| compareRootHistos.action |
Definition at line 433 of file compareRootHistos.py.
| compareRootHistos.args |
Definition at line 437 of file compareRootHistos.py.
| compareRootHistos.argv |
Definition at line 18 of file compareRootHistos.py.
| compareRootHistos.backupArgv = sys.argv[:] |
Definition at line 17 of file compareRootHistos.py.
| compareRootHistos.default |
Definition at line 435 of file compareRootHistos.py.
| compareRootHistos.dest |
Definition at line 426 of file compareRootHistos.py.
| compareRootHistos.dref = dict([(n, o) for n, o in lref]) |
Definition at line 457 of file compareRootHistos.py.
| compareRootHistos.dtest = dict([(n, o) for n, o in ltest]) |
Definition at line 458 of file compareRootHistos.py.
| list compareRootHistos.gRegexBlackList = [] |
Definition at line 23 of file compareRootHistos.py.
| compareRootHistos.help |
Definition at line 427 of file compareRootHistos.py.
| list compareRootHistos.histos = ['TH1D', 'TH1F', 'TH2D', 'TH2F', 'TProfile'] |
Definition at line 24 of file compareRootHistos.py.
Definition at line 454 of file compareRootHistos.py.
Definition at line 455 of file compareRootHistos.py.
| compareRootHistos.options |
Definition at line 437 of file compareRootHistos.py.
| compareRootHistos.parser = OptionParser() |
Definition at line 423 of file compareRootHistos.py.
| string compareRootHistos.ref = 'REFERENCE' |
Definition at line 25 of file compareRootHistos.py.
| compareRootHistos.referenceFile |
Definition at line 446 of file compareRootHistos.py.
| def compareRootHistos.retval = compareHistos(ts, tp, state, checkBin2BinIdentity=options.bin2bin) |
Definition at line 471 of file compareRootHistos.py.
| def compareRootHistos.state = comparePaths(ts, tp) |
Definition at line 468 of file compareRootHistos.py.
| string compareRootHistos.test = 'TEST' |
Definition at line 26 of file compareRootHistos.py.
| compareRootHistos.testFile |
Definition at line 446 of file compareRootHistos.py.
| compareRootHistos.tfp = TFile(referenceFile, 'REC') |
Definition at line 450 of file compareRootHistos.py.
| compareRootHistos.tfs = TFile(testFile, 'REC') |
Definition at line 448 of file compareRootHistos.py.
Definition at line 461 of file compareRootHistos.py.
Definition at line 460 of file compareRootHistos.py.
| string compareRootHistos.usage = "usage: %prog testFile.root referenceFile.root [options]" |
Definition at line 422 of file compareRootHistos.py.