Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiGridSvcConf.py

Go to the documentation of this file.
00001 #Thu Jan  8 17:27:13 2009
00002 """Automatically generated. DO NOT EDIT please"""
00003 from GaudiKernel.Proxy.Configurable import *
00004 
00005 class GFALDataStreamTool( ConfigurableAlgTool ) :
00006   __slots__ = { 
00007     'MonitorService' : 'MonitorSvc', # str
00008     'OutputLevel' : 7, # int
00009     'AuditTools' : False, # bool
00010     'AuditInitialize' : False, # bool
00011     'AuditStart' : False, # bool
00012     'AuditStop' : False, # bool
00013     'AuditFinalize' : False, # bool
00014     'BlockSize' : 1, # int
00015     'InitialStage' : 1, # int
00016   }
00017   _propertyDocDct = { 
00018   }
00019   def __init__(self, name = Configurable.DefaultName, **kwargs):
00020       super(GFALDataStreamTool, self).__init__(name)
00021       for n,v in kwargs.items():
00022          setattr(self, n, v)
00023   def getDlls( self ):
00024       return 'GaudiGridSvc'
00025   def getType( self ):
00026       return 'GFALDataStreamTool'
00027   pass # class GFALDataStreamTool

Generated at Thu Jan 8 17:44:19 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004