|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
Functions | |
| def | _help |
Variables | |
| printFunc = printMaps | |
| sysrtmap = False | |
| pattern = None | |
| tuple | maps = getMaps(p,sysrtmap) |
| def root_map_dump::_help | ( | argv | ) | [private] |
Definition at line 9 of file root_map_dump.py.
00009 : 00010 print """ 00011 %s [-h] [-s|-e|-c] [-r] [-p pattern] [listofpath] 00012 00013 -h: dump this Help 00014 -s: Short format print 00015 -e: print Entry names only 00016 -c: only Checks duplication of entries 00017 -r: print also $ROOTSYS/etc/system.rootmap 00018 -p: print only pattern matching (Python style) entries 00019 00020 dump rootmap dictionaries informations. If no path is given, the 00021 LD_LIBRARY_PATH is used. By default, prints the name of the entry, 00022 its corresponding library and its block definition inside the 00023 rootmap file(s) on separate lines. The output is sorted according to 00024 the name of the entry. A Warning is issued if an entry appears 00025 several times. 00026 """%os.path.basename(argv[0]) 00027 00028 00029 if __name__ == "__main__":
| 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.