The Gaudi Framework
v32r2 (46d42edc)
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
8
class
IoRegistry
(object):
9
"""Singleton class to hold I/O registration and fds information"""
10
instances = dict()
# { 'io-comp-name' : {'oldfname':'newfname',...},... }
11
fds_dict =
FdsDict
()
12
pass
# IoRegistry
GaudiMP.FdsRegistry.FdsDict
Definition:
FdsRegistry.py:11
GaudiMP.IoRegistry.IoRegistry
Definition:
IoRegistry.py:8
GaudiMP
python
GaudiMP
IoRegistry.py
Generated on Sat Sep 28 2019 18:06:52 for The Gaudi Framework by
1.8.15