The Gaudi Framework  v30r3 (a5ef0a68)
RootHistCnvConf.py
Go to the documentation of this file.
1 #Wed Aug 1 23:09:31 2018"""Automatically generated. DO NOT EDIT please"""
3 
4 class RootHistCnv__PersSvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 0, # 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  'OutputLevel' : """ output level [Service] """,
20  'AuditServices' : """ [[deprecated]] unused [Service] """,
21  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
22  'AuditStart' : """ trigger auditor on start() [Service] """,
23  'AuditStop' : """ trigger auditor on stop() [Service] """,
24  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
25  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
26  'AuditRestart' : """ trigger auditor on restart() [Service] """,
27  'OutputFile' : """ default file name [RootHistCnv::PersSvc] """,
28  'ForceAlphaIds' : """ force alphabetic histograms/ntuple IDs [RootHistCnv::PersSvc] """,
29  'OutputEnabled' : """ Flag to enable/disable the output to file. [RootHistCnv::PersSvc] """,
30  }
31  def __init__(self, name = Configurable.DefaultName, **kwargs):
32  super(RootHistCnv__PersSvc, self).__init__(name)
33  for n,v in kwargs.items():
34  setattr(self, n, v)
35  def getDlls( self ):
36  return 'RootHistCnv'
37  def getType( self ):
38  return 'RootHistCnv::PersSvc'
39  pass # class RootHistCnv__PersSvc
def __init__(self, name=Configurable.DefaultName, kwargs)