Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

RootHistCnvConf.py

Go to the documentation of this file.
00001 #Wed Nov 11 16:06:05 2009
00002 """Automatically generated. DO NOT EDIT please"""
00003 from GaudiKernel.Proxy.Configurable import *
00004 
00005 class RootHistCnv__PersSvc( 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     'OutputFile' : 'UndefinedROOTOutputFileName', # str
00016     'ForceAlphaIds' : False, # bool
00017     'OutputEnabled' : True, # bool
00018   }
00019   _propertyDocDct = { 
00020     'OutputEnabled' : """ Flag to enable/disable the output to file. """,
00021   }
00022   def __init__(self, name = Configurable.DefaultName, **kwargs):
00023       super(RootHistCnv__PersSvc, self).__init__(name)
00024       for n,v in kwargs.items():
00025          setattr(self, n, v)
00026   def getDlls( self ):
00027       return 'RootHistCnv'
00028   def getType( self ):
00029       return 'RootHistCnv::PersSvc'
00030   pass # class RootHistCnv__PersSvc

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