RootCnvConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:07:50 2016"""Automatically generated. DO NOT EDIT please"""
3 
4 class Gaudi__RootCnvSvc( 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  'IOPerfStats' : '', # str
15  'ShareFiles' : 'NO', # str
16  'EnableIncident' : True, # bool
17  'RecordsName' : '/FileRecords', # str
18  'LoadSection' : 'Event', # str
19  'AutoFlush' : 100, # int
20  'BasketSize' : 2097152, # int
21  'BufferSize' : 2048, # int
22  'SplitLevel' : 0, # int
23  'GlobalCompression' : '', # str
24  'CacheSize' : 10485760, # int
25  'LearnEntries' : 10, # int
26  'CacheBranches' : [ '*' ], # list
27  'VetoBranches' : [ ], # list
28  }
29  _propertyDocDct = {
30  }
31  def __init__(self, name = Configurable.DefaultName, **kwargs):
32  super(Gaudi__RootCnvSvc, self).__init__(name)
33  for n,v in kwargs.items():
34  setattr(self, n, v)
35  def getDlls( self ):
36  return 'RootCnv'
37  def getType( self ):
38  return 'Gaudi::RootCnvSvc'
39  pass # class Gaudi__RootCnvSvc
40 
41 class Gaudi__RootEvtSelector( ConfigurableService ) :
42  __slots__ = {
43  'OutputLevel' : 7, # int
44  'AuditServices' : False, # bool
45  'AuditInitialize' : False, # bool
46  'AuditStart' : False, # bool
47  'AuditStop' : False, # bool
48  'AuditFinalize' : False, # bool
49  'AuditReInitialize' : False, # bool
50  'AuditReStart' : False, # bool
51  'EvtPersistencySvc' : 'EventPersistencySvc', # str
52  'DbType' : '', # str
53  }
54  _propertyDocDct = {
55  }
56  def __init__(self, name = Configurable.DefaultName, **kwargs):
57  super(Gaudi__RootEvtSelector, self).__init__(name)
58  for n,v in kwargs.items():
59  setattr(self, n, v)
60  def getDlls( self ):
61  return 'RootCnv'
62  def getType( self ):
63  return 'Gaudi::RootEvtSelector'
64  pass # class Gaudi__RootEvtSelector
65 
66 class Gaudi__RootPerfMonSvc( ConfigurableService ) :
67  __slots__ = {
68  'OutputLevel' : 7, # int
69  'AuditServices' : False, # bool
70  'AuditInitialize' : False, # bool
71  'AuditStart' : False, # bool
72  'AuditStop' : False, # bool
73  'AuditFinalize' : False, # bool
74  'AuditReInitialize' : False, # bool
75  'AuditReStart' : False, # bool
76  'IOPerfStats' : '', # str
77  'Streams' : '', # str
78  'BasketSize' : '', # str
79  'BufferSize' : '', # str
80  'SplitLevel' : '', # str
81  }
82  _propertyDocDct = {
83  }
84  def __init__(self, name = Configurable.DefaultName, **kwargs):
85  super(Gaudi__RootPerfMonSvc, self).__init__(name)
86  for n,v in kwargs.items():
87  setattr(self, n, v)
88  def getDlls( self ):
89  return 'RootCnv'
90  def getType( self ):
91  return 'Gaudi::RootPerfMonSvc'
92  pass # class Gaudi__RootPerfMonSvc
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:31
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:84
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: RootCnvConf.py:56