![]() |
ATLAS Offline Software
|
Classes | |
| class | AllocTestRead |
| class | Analysis |
| class | xAODTestClearDecor |
| class | xAODTestCopy |
| class | xAODTestDecor |
| class | xAODTestPDecor |
| class | xAODTestRead |
Functions | |
| CHECK (sc) | |
| _typename (t) | |
| xAODInit () | |
| format_int (x) | |
| format_float (x) | |
| format_str (x) | |
| format_el (x) | |
| format_el_vec (v) | |
| format_float_vec (v) | |
| format_int_vec (v) | |
| format_str_vec (v) | |
| dump_auxitem (x, auxid, f=sys.stdout) | |
| dump_auxdata (x, exclude=[], f=sys.stdout) | |
| dump_c (c, f=sys.stdout) | |
| dump_xaodobj (h, f=sys.stdout) | |
| dump_plinks (p, f=sys.stdout) | |
| copy_obj (event, obj, key) | |
| copy_vec (event, obj, key) | |
| copy_view (event, obj, key) | |
Variables | |
| reg = ROOT.SG.AuxTypeRegistry.instance() | |
| cvec_cls = ROOT.DataVector(ROOT.DMTest.C_v1) | |
| cel_cls = ROOT.ElementLink(cvec_cls) | |
| CVec_type = ROOT.DataVector(ROOT.DMTest.C_v1) | |
| dict | accessors |
|
protected |
Definition at line 34 of file xAODRootTest.py.
| xAODRootTest.CHECK | ( | sc | ) |
Definition at line 25 of file xAODRootTest.py.
| xAODRootTest.copy_obj | ( | event, | |
| obj, | |||
| key ) |
Definition at line 147 of file xAODRootTest.py.
| xAODRootTest.copy_vec | ( | event, | |
| obj, | |||
| key ) |
Definition at line 159 of file xAODRootTest.py.
| xAODRootTest.copy_view | ( | event, | |
| obj, | |||
| key ) |
Definition at line 178 of file xAODRootTest.py.
| xAODRootTest.dump_auxdata | ( | x, | |
| exclude = [], | |||
| f = sys.stdout ) |
Definition at line 110 of file xAODRootTest.py.
| xAODRootTest.dump_auxitem | ( | x, | |
| auxid, | |||
| f = sys.stdout ) |
Definition at line 98 of file xAODRootTest.py.
| xAODRootTest.dump_c | ( | c, | |
| f = sys.stdout ) |
Definition at line 122 of file xAODRootTest.py.
| xAODRootTest.dump_plinks | ( | p, | |
| f = sys.stdout ) |
Definition at line 139 of file xAODRootTest.py.
| xAODRootTest.dump_xaodobj | ( | h, | |
| f = sys.stdout ) |
Definition at line 131 of file xAODRootTest.py.
| xAODRootTest.format_el | ( | x | ) |
Definition at line 55 of file xAODRootTest.py.
| xAODRootTest.format_el_vec | ( | v | ) |
Definition at line 56 of file xAODRootTest.py.
| xAODRootTest.format_float | ( | x | ) |
Definition at line 53 of file xAODRootTest.py.
| xAODRootTest.format_float_vec | ( | v | ) |
Definition at line 57 of file xAODRootTest.py.
| xAODRootTest.format_int | ( | x | ) |
Definition at line 52 of file xAODRootTest.py.
| xAODRootTest.format_int_vec | ( | v | ) |
Definition at line 60 of file xAODRootTest.py.
| xAODRootTest.format_str | ( | x | ) |
Definition at line 54 of file xAODRootTest.py.
| xAODRootTest.format_str_vec | ( | v | ) |
Definition at line 63 of file xAODRootTest.py.
| xAODRootTest.xAODInit | ( | ) |
Definition at line 37 of file xAODRootTest.py.
| dict xAODRootTest.accessors |
Definition at line 67 of file xAODRootTest.py.
| xAODRootTest.cel_cls = ROOT.ElementLink(cvec_cls) |
Definition at line 48 of file xAODRootTest.py.
| xAODRootTest.cvec_cls = ROOT.DataVector(ROOT.DMTest.C_v1) |
Definition at line 47 of file xAODRootTest.py.
| xAODRootTest.CVec_type = ROOT.DataVector(ROOT.DMTest.C_v1) |
Definition at line 66 of file xAODRootTest.py.
| xAODRootTest.reg = ROOT.SG.AuxTypeRegistry.instance() |
Definition at line 32 of file xAODRootTest.py.