Functions | |
def | main |
def | recurse_thru_file |
Variables | |
list | saved_argv = sys.argv[:] |
Load classes from ROOT, ensuring it doesn't intercept -h or –help. More... | |
Print information about objects in a ROOT file.
def python.rootplot.rootinfo.main | ( | ) |
Definition at line 88 of file rootinfo.py.
def python.rootplot.rootinfo.recurse_thru_file | ( | in_tfile, | |
options, | |||
full_path = '/' |
|||
) |
Recursive function to find all contents in a given ROOT file
Definition at line 20 of file rootinfo.py.
list python.rootplot.rootinfo.saved_argv = sys.argv[:] |
Load classes from ROOT, ensuring it doesn't intercept -h or –help.
Definition at line 15 of file rootinfo.py.