![]() |
ATLAS Offline Software
|
Classes | |
| class | RootFileDumper |
Functions | |
| def | import_root (batch=True) |
| functions --------------------------------------------------------------— More... | |
| def | root_compile (src=None, fname=None, batch=True) |
| def | _root_compile (src, fname, batch) |
| def | _pythonize_tfile () |
| def | _getLeaf (l) |
| def | _test_main () |
Variables | |
| __doc__ | |
| __author__ | |
| __all__ | |
| _tempfiles | |
| _first_compile | |
|
private |
Definition at line 184 of file RootUtils.py.
|
private |
Definition at line 120 of file RootUtils.py.
|
private |
Definition at line 66 of file RootUtils.py.
|
private |
Definition at line 506 of file RootUtils.py.
| def python.RootUtils.import_root | ( | batch = True | ) |
functions --------------------------------------------------------------—
a helper method to wrap the 'import ROOT' statement to prevent ROOT from screwing up the display or loading graphics libraries when in batch mode (which is the default.) e.g. >>> ROOT = import_root(batch=True) >>> f = ROOT.TFile.Open(...)
Definition at line 22 of file RootUtils.py.
| def python.RootUtils.root_compile | ( | src = None, |
|
fname = None, |
|||
batch = True |
|||
| ) |
a helper method to compile a set of C++ statements (via ``src``) or a C++ file (via ``fname``) via ACLiC
Definition at line 45 of file RootUtils.py.
|
private |
Definition at line 11 of file RootUtils.py.
|
private |
Definition at line 9 of file RootUtils.py.
|
private |
Definition at line 8 of file RootUtils.py.
|
private |
Definition at line 44 of file RootUtils.py.
|
private |
Definition at line 43 of file RootUtils.py.
1.8.18