All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
root_map_dump Namespace Reference

Functions

def _help
 

Variables

 printFunc = printMaps
 
 sysrtmap = False
 
 pattern = None
 
tuple maps = getMaps(p,sysrtmap)
 

Function Documentation

def root_map_dump._help (   argv)
private

Definition at line 9 of file root_map_dump.py.

9 
10 def _help(argv):
11  print """
12  %s [-h] [-s|-e|-c] [-r] [-p pattern] [listofpath]
13 
14  -h: dump this Help
15  -s: Short format print
16  -e: print Entry names only
17  -c: only Checks duplication of entries
18  -r: print also $ROOTSYS/etc/system.rootmap
19  -p: print only pattern matching (Python style) entries
20 
21  dump rootmap dictionaries informations. If no path is given, the
22  LD_LIBRARY_PATH is used. By default, prints the name of the entry,
23  its corresponding library and its block definition inside the
24  rootmap file(s) on separate lines. The output is sorted according to
25  the name of the entry. A Warning is issued if an entry appears
26  several times.
27  """%os.path.basename(argv[0])
28 
29 

Variable Documentation

tuple root_map_dump.maps = getMaps(p,sysrtmap)

Definition at line 54 of file root_map_dump.py.

tuple root_map_dump.pattern = None

Definition at line 35 of file root_map_dump.py.

root_map_dump.printFunc = printMaps

Definition at line 33 of file root_map_dump.py.

root_map_dump.sysrtmap = False

Definition at line 34 of file root_map_dump.py.