Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012

IoRegistry.py

Go to the documentation of this file.
00001 ## @file GaudiMP.IoRegistry
00002 ## @purpose hold I/O registration informations
00003 ## @author Sebastien Binet <binet@cern.ch>
00004 
00005 from FdsRegistry import FdsDict
00006 
00007 class IoRegistry (object):
00008     """Singleton class to hold I/O registration and fds information"""
00009     instances = dict() # { 'io-comp-name' : {'oldfname':'newfname',...},... }
00010     fds_dict = FdsDict()
00011     pass # IoRegistry
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:26 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004