![]() |
|
|
Generated: 8 Jan 2009 |
00001 #Thu Jan 8 17:28:59 2009 00002 """Automatically generated. DO NOT EDIT please""" 00003 from GaudiKernel.Proxy.Configurable import * 00004 00005 class Gaudi__MultiFileCatalog( 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 'Catalogs' : [ 'xmlcatalog_file:test_catalog.xml' ], # list 00016 } 00017 _propertyDocDct = { 00018 'Catalogs' : """ The list of Catalogs """, 00019 } 00020 def __init__(self, name = Configurable.DefaultName, **kwargs): 00021 super(Gaudi__MultiFileCatalog, self).__init__(name) 00022 for n,v in kwargs.items(): 00023 setattr(self, n, v) 00024 def getDlls( self ): 00025 return 'GaudiUtils' 00026 def getType( self ): 00027 return 'Gaudi::MultiFileCatalog' 00028 pass # class Gaudi__MultiFileCatalog 00029 00030 class Gaudi__IODataManager( ConfigurableService ) : 00031 __slots__ = { 00032 'OutputLevel' : 7, # int 00033 'AuditServices' : False, # bool 00034 'AuditInitialize' : False, # bool 00035 'AuditStart' : False, # bool 00036 'AuditStop' : False, # bool 00037 'AuditFinalize' : False, # bool 00038 'AuditReInitialize' : False, # bool 00039 'AuditReStart' : False, # bool 00040 'CatalogType' : 'Gaudi::MultiFileCatalog/FileCatalog', # str 00041 'UseGFAL' : True, # bool 00042 'QuarantineFiles' : True, # bool 00043 'AgeLimit' : 2, # int 00044 } 00045 _propertyDocDct = { 00046 } 00047 def __init__(self, name = Configurable.DefaultName, **kwargs): 00048 super(Gaudi__IODataManager, 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::IODataManager' 00055 pass # class Gaudi__IODataManager