Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiUtilsConf.py

Go to the documentation of this file.
00001 #Wed Nov 11 16:06:33 2009
00002 """Automatically generated. DO NOT EDIT please"""
00003 from GaudiKernel.Proxy.Configurable import *
00004 
00005 class Gaudi__IODataManager( ConfigurableService ) :
00006   __slots__ = { 
00007     'OutputLevel' : 7, # int
00008     'AuditServices' : False, # bool
00009     'AuditInitialize' : False, # bool
00010     'AuditStart' : False, # bool
00011     'AuditStop' : False, # bool
00012     'AuditFinalize' : False, # bool
00013     'AuditReInitialize' : False, # bool
00014     'AuditReStart' : False, # bool
00015     'CatalogType' : 'Gaudi::MultiFileCatalog/FileCatalog', # str
00016     'UseGFAL' : True, # bool
00017     'QuarantineFiles' : True, # bool
00018     'AgeLimit' : 2, # int
00019   }
00020   _propertyDocDct = { 
00021   }
00022   def __init__(self, name = Configurable.DefaultName, **kwargs):
00023       super(Gaudi__IODataManager, self).__init__(name)
00024       for n,v in kwargs.items():
00025          setattr(self, n, v)
00026   def getDlls( self ):
00027       return 'GaudiUtils'
00028   def getType( self ):
00029       return 'Gaudi::IODataManager'
00030   pass # class Gaudi__IODataManager
00031 
00032 class Gaudi__MultiFileCatalog( ConfigurableService ) :
00033   __slots__ = { 
00034     'OutputLevel' : 7, # int
00035     'AuditServices' : False, # bool
00036     'AuditInitialize' : False, # bool
00037     'AuditStart' : False, # bool
00038     'AuditStop' : False, # bool
00039     'AuditFinalize' : False, # bool
00040     'AuditReInitialize' : False, # bool
00041     'AuditReStart' : False, # bool
00042     'Catalogs' : [ 'xmlcatalog_file:test_catalog.xml' ], # list
00043   }
00044   _propertyDocDct = { 
00045     'Catalogs' : """ The list of Catalogs """,
00046   }
00047   def __init__(self, name = Configurable.DefaultName, **kwargs):
00048       super(Gaudi__MultiFileCatalog, self).__init__(name)
00049       for n,v in kwargs.items():
00050          setattr(self, n, v)
00051   def getDlls( self ):
00052       return 'GaudiUtils'
00053   def getType( self ):
00054       return 'Gaudi::MultiFileCatalog'
00055   pass # class Gaudi__MultiFileCatalog

Generated at Wed Nov 11 16:23:15 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004