![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Classes | |
| class | python.difftuple_text.Reader |
| class | python.difftuple_text.Tree |
| class | python.difftuple_text.String |
| class | python.difftuple_text.Hist |
| class | python.difftuple_text.Dumpreader |
Namespaces | |
| namespace | python |
| namespace | python.difftuple_text |
Functions | |
| python.difftuple_text.atlasProduction (ver) | |
| python.difftuple_text.compile_list (ignore_list) | |
| python.difftuple_text.get_ver () | |
| python.difftuple_text.ignore_p (match, ignore_list) | |
| python.difftuple_text.ignore_br_p (br) | |
| python.difftuple_text.ignore_key_p (key) | |
| python.difftuple_text.read_val (val) | |
| python.difftuple_text.dictkey_diff (d1, d2, msg, filter=None) | |
| python.difftuple_text.apply_renames (d1, d2, renames) | |
| python.difftuple_text.diff_string (k, s1, s2) | |
| python.difftuple_text.compare (o1, o2, thresh=1e-6, ithresh=None, eltcmp=None) | |
| python.difftuple_text.mc_eta_thresh (x) | |
| python.difftuple_text.eg_pid_compare (o1, o2) | |
| python.difftuple_text.compare_detElementId (o1, o2) | |
| python.difftuple_text.compare_pixid (o1, o2) | |
| python.difftuple_text.compare_abs (o1, o2) | |
| python.difftuple_text.diff_branch (k, kb, v1, v2) | |
| python.difftuple_text.diff_tree (k, t1, t2) | |
| python.difftuple_text.diff_hist (k, h1, h2) | |
| python.difftuple_text.diff_files (d1, d2) | |
Variables | |
| bool | python.difftuple_text.ignore_event_differences = False |
| dict | python.difftuple_text.renames |
| dict | python.difftuple_text.rename_keys |
| list | python.difftuple_text._ignore_branches |
| list | python.difftuple_text._ignore_keys |
| list | python.difftuple_text.inttypes = [types.IntType, types.LongType] |
| list | python.difftuple_text.branch_thresh |
| python.difftuple_text.p | |
| python.difftuple_text.d1 = Dumpreader (p.stdout) | |
| python.difftuple_text.d2 = Dumpreader (open (sys.argv[2])) | |