ATLAS Offline Software
|
Functions | |
def | ignore_p (br) |
def | topy (o) |
def | compare (o1, o2, thresh=1e-6, ithresh=None) |
def | mc_eta_thresh (x) |
def | diff_trees (t1, t2) |
def | diff_objstrings (k, s1, s2) |
def | diff_dirs (f1, f2) |
Variables | |
dictionary | renames |
list | _ignore_branches |
list | inttypes = [types.IntType, types.LongType] |
f1 = ROOT.TFile (sys.argv[1]) | |
f2 = ROOT.TFile (sys.argv[2]) | |
def python.difftuple.compare | ( | o1, | |
o2, | |||
thresh = 1e-6 , |
|||
ithresh = None |
|||
) |
Definition at line 258 of file difftuple.py.
def python.difftuple.diff_dirs | ( | f1, | |
f2 | |||
) |
Definition at line 373 of file difftuple.py.
def python.difftuple.diff_objstrings | ( | k, | |
s1, | |||
s2 | |||
) |
Definition at line 364 of file difftuple.py.
def python.difftuple.diff_trees | ( | t1, | |
t2 | |||
) |
Definition at line 301 of file difftuple.py.
def python.difftuple.ignore_p | ( | br | ) |
Definition at line 231 of file difftuple.py.
def python.difftuple.mc_eta_thresh | ( | x | ) |
Definition at line 292 of file difftuple.py.
def python.difftuple.topy | ( | o | ) |
|
private |
Definition at line 192 of file difftuple.py.
python.difftuple.f1 = ROOT.TFile (sys.argv[1]) |
Definition at line 404 of file difftuple.py.
python.difftuple.f2 = ROOT.TFile (sys.argv[2]) |
Definition at line 405 of file difftuple.py.
list python.difftuple.inttypes = [types.IntType, types.LongType] |
Definition at line 257 of file difftuple.py.
dictionary python.difftuple.renames |
Definition at line 25 of file difftuple.py.