CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
python.rootplot.rootinfo Namespace Reference

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...
 

Detailed Description

Print information about objects in a ROOT file.

Function Documentation

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.

Variable Documentation

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.