![]() |
![]() |
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 90 of file rootinfo.py.
References print(), and python.rootplot.rootinfo.recurse_thru_file().
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 22 of file rootinfo.py.
References join(), print(), sistrip::SpyUtilities.range(), str, and ComparisonHelper.zip().
Referenced by python.rootplot.rootinfo.main().
list python.rootplot.rootinfo.saved_argv = sys.argv[:] |
Load classes from ROOT, ensuring it doesn't intercept -h or –help.
Definition at line 17 of file rootinfo.py.