Gaudi Framework, version v23r10
Home
Generated: Mon Sep 30 2013
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
www
releases
GAUDI
GAUDI_v23r10
GaudiMP
python
GaudiMP
IoRegistry.py
Go to the documentation of this file.
1
## @file GaudiMP.IoRegistry
2
## @purpose hold I/O registration informations
3
## @author Sebastien Binet <binet@cern.ch>
4
5
from
FdsRegistry
import
FdsDict
6
7
class
IoRegistry
(object):
8
"""Singleton class to hold I/O registration and fds information"""
9
instances = dict()
# { 'io-comp-name' : {'oldfname':'newfname',...},... }
10
fds_dict = FdsDict()
11
pass
# IoRegistry
Generated at Mon Sep 30 2013 14:51:57 for Gaudi Framework, version v23r10 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004