RootHistCnvConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:07:07 2016"""Automatically generated. DO NOT EDIT please"""
3 
4 class RootHistCnv__PersSvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 7, # int
7  'AuditServices' : False, # bool
8  'AuditInitialize' : False, # bool
9  'AuditStart' : False, # bool
10  'AuditStop' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditReInitialize' : False, # bool
13  'AuditReStart' : False, # bool
14  'OutputFile' : 'UndefinedROOTOutputFileName', # str
15  'ForceAlphaIds' : False, # bool
16  'OutputEnabled' : True, # bool
17  }
18  _propertyDocDct = {
19  'OutputEnabled' : """ Flag to enable/disable the output to file. """,
20  }
21  def __init__(self, name = Configurable.DefaultName, **kwargs):
22  super(RootHistCnv__PersSvc, self).__init__(name)
23  for n,v in kwargs.items():
24  setattr(self, n, v)
25  def getDlls( self ):
26  return 'RootHistCnv'
27  def getType( self ):
28  return 'RootHistCnv::PersSvc'
29  pass # class RootHistCnv__PersSvc
def __init__(self, name=Configurable.DefaultName, kwargs)