The Gaudi Framework  v29r0 (ff2e7097)
root_map_dump Namespace Reference

Functions

def _help (argv)
 

Variables

 printFunc = printMaps
 
bool sysrtmap = False
 
 pattern = None
 
 opts
 
 args
 
 maps = getMaps(p, sysrtmap)
 

Function Documentation

def root_map_dump._help (   argv)
private

Definition at line 9 of file root_map_dump.py.

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

Variable Documentation

root_map_dump.args

Definition at line 36 of file root_map_dump.py.

root_map_dump.maps = getMaps(p, sysrtmap)

Definition at line 57 of file root_map_dump.py.

root_map_dump.opts

Definition at line 36 of file root_map_dump.py.

root_map_dump.pattern = None

Definition at line 34 of file root_map_dump.py.

root_map_dump.printFunc = printMaps

Definition at line 32 of file root_map_dump.py.

bool root_map_dump.sysrtmap = False

Definition at line 33 of file root_map_dump.py.