The Gaudi Framework  v30r3 (a5ef0a68)
GaudiUtilsConf.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 FileReadTool( ConfigurableAlgTool ) :
5  __slots__ = {
6  'ExtraInputs' : [], # list
7  'ExtraOutputs' : [], # list
8  'OutputLevel' : 0, # int
9  'MonitorService' : 'MonitorSvc', # str
10  'AuditTools' : False, # bool
11  'AuditInitialize' : False, # bool
12  'AuditStart' : False, # bool
13  'AuditStop' : False, # bool
14  'AuditFinalize' : False, # bool
15  'AuditReinitialize' : False, # bool
16  'AuditRestart' : False, # bool
17  }
18  _propertyDocDct = {
19  'ExtraInputs' : """ [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
20  'ExtraOutputs' : """ [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
21  'OutputLevel' : """ output level [AlgTool] """,
22  'MonitorService' : """ name to use for Monitor Service [AlgTool] """,
23  'AuditTools' : """ [[deprecated]] unused [AlgTool] """,
24  'AuditInitialize' : """ trigger auditor on initialize() [AlgTool] """,
25  'AuditStart' : """ trigger auditor on start() [AlgTool] """,
26  'AuditStop' : """ trigger auditor on stop() [AlgTool] """,
27  'AuditFinalize' : """ trigger auditor on finalize() [AlgTool] """,
28  'AuditReinitialize' : """ trigger auditor on reinitialize() [AlgTool] """,
29  'AuditRestart' : """ trigger auditor on restart() [AlgTool] """,
30  }
31  def __init__(self, name = Configurable.DefaultName, **kwargs):
32  super(FileReadTool, self).__init__(name)
33  for n,v in kwargs.items():
34  setattr(self, n, v)
35  def getDlls( self ):
36  return 'GaudiUtils'
37  def getType( self ):
38  return 'FileReadTool'
39  pass # class FileReadTool
40 
41 class Gaudi__IODataManager( ConfigurableService ) :
42  __slots__ = {
43  'OutputLevel' : 0, # 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  'CatalogType' : 'Gaudi::MultiFileCatalog/FileCatalog', # str
52  'UseGFAL' : True, # bool
53  'QuarantineFiles' : True, # bool
54  'AgeLimit' : 2, # int
55  'DisablePFNWarning' : False, # bool
56  }
57  _propertyDocDct = {
58  'OutputLevel' : """ output level [Service] """,
59  'AuditServices' : """ [[deprecated]] unused [Service] """,
60  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
61  'AuditStart' : """ trigger auditor on start() [Service] """,
62  'AuditStop' : """ trigger auditor on stop() [Service] """,
63  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
64  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
65  'AuditRestart' : """ trigger auditor on restart() [Service] """,
66  'CatalogType' : """ name of the file catalog service [Gaudi::IODataManager] """,
67  'UseGFAL' : """ flag for auto gfal data access [Gaudi::IODataManager] """,
68  'QuarantineFiles' : """ if unaccessible files should be quarantines in job [Gaudi::IODataManager] """,
69  'AgeLimit' : """ age limit [Gaudi::IODataManager] """,
70  'DisablePFNWarning' : """ if set to True, we will not report when a file is opened by its physical name [Gaudi::IODataManager] """,
71  }
72  def __init__(self, name = Configurable.DefaultName, **kwargs):
73  super(Gaudi__IODataManager, self).__init__(name)
74  for n,v in kwargs.items():
75  setattr(self, n, v)
76  def getDlls( self ):
77  return 'GaudiUtils'
78  def getType( self ):
79  return 'Gaudi::IODataManager'
80  pass # class Gaudi__IODataManager
81 
82 class Gaudi__MultiFileCatalog( ConfigurableService ) :
83  __slots__ = {
84  'OutputLevel' : 0, # int
85  'AuditServices' : False, # bool
86  'AuditInitialize' : False, # bool
87  'AuditStart' : False, # bool
88  'AuditStop' : False, # bool
89  'AuditFinalize' : False, # bool
90  'AuditReinitialize' : False, # bool
91  'AuditRestart' : False, # bool
92  'Catalogs' : [ 'xmlcatalog_file:test_catalog.xml' ], # list
93  }
94  _propertyDocDct = {
95  'OutputLevel' : """ output level [Service] """,
96  'AuditServices' : """ [[deprecated]] unused [Service] """,
97  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
98  'AuditStart' : """ trigger auditor on start() [Service] """,
99  'AuditStop' : """ trigger auditor on stop() [Service] """,
100  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
101  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
102  'AuditRestart' : """ trigger auditor on restart() [Service] """,
103  'Catalogs' : """ catalog names [Gaudi::MultiFileCatalog] """,
104  }
105  def __init__(self, name = Configurable.DefaultName, **kwargs):
106  super(Gaudi__MultiFileCatalog, self).__init__(name)
107  for n,v in kwargs.items():
108  setattr(self, n, v)
109  def getDlls( self ):
110  return 'GaudiUtils'
111  def getType( self ):
112  return 'Gaudi::MultiFileCatalog'
113  pass # class Gaudi__MultiFileCatalog
114 
115 class Gaudi__Utils__SignalMonitorSvc( ConfigurableService ) :
116  __slots__ = {
117  'OutputLevel' : 0, # int
118  'AuditServices' : False, # bool
119  'AuditInitialize' : False, # bool
120  'AuditStart' : False, # bool
121  'AuditStop' : False, # bool
122  'AuditFinalize' : False, # bool
123  'AuditReinitialize' : False, # bool
124  'AuditRestart' : False, # bool
125  }
126  _propertyDocDct = {
127  'OutputLevel' : """ output level [Service] """,
128  'AuditServices' : """ [[deprecated]] unused [Service] """,
129  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
130  'AuditStart' : """ trigger auditor on start() [Service] """,
131  'AuditStop' : """ trigger auditor on stop() [Service] """,
132  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
133  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
134  'AuditRestart' : """ trigger auditor on restart() [Service] """,
135  }
136  def __init__(self, name = Configurable.DefaultName, **kwargs):
137  super(Gaudi__Utils__SignalMonitorSvc, self).__init__(name)
138  for n,v in kwargs.items():
139  setattr(self, n, v)
140  def getDlls( self ):
141  return 'GaudiUtils'
142  def getType( self ):
143  return 'Gaudi::Utils::SignalMonitorSvc'
144  pass # class Gaudi__Utils__SignalMonitorSvc
145 
146 class Gaudi__Utils__StopSignalHandler( ConfigurableService ) :
147  __slots__ = {
148  'OutputLevel' : 0, # int
149  'AuditServices' : False, # bool
150  'AuditInitialize' : False, # bool
151  'AuditStart' : False, # bool
152  'AuditStop' : False, # bool
153  'AuditFinalize' : False, # bool
154  'AuditReinitialize' : False, # bool
155  'AuditRestart' : False, # bool
156  'Signals' : [ 'SIGINT' , 'SIGXCPU' ], # list
157  }
158  _propertyDocDct = {
159  'OutputLevel' : """ output level [Service] """,
160  'AuditServices' : """ [[deprecated]] unused [Service] """,
161  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
162  'AuditStart' : """ trigger auditor on start() [Service] """,
163  'AuditStop' : """ trigger auditor on stop() [Service] """,
164  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
165  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
166  'AuditRestart' : """ trigger auditor on restart() [Service] """,
167  'Signals' : """ List of signal names or numbers to use to schedule a stop. If the signal is followed by a '+' the signal is propagated the previously registered handler (if any). [Gaudi::Utils::StopSignalHandler] """,
168  }
169  def __init__(self, name = Configurable.DefaultName, **kwargs):
170  super(Gaudi__Utils__StopSignalHandler, self).__init__(name)
171  for n,v in kwargs.items():
172  setattr(self, n, v)
173  def getDlls( self ):
174  return 'GaudiUtils'
175  def getType( self ):
176  return 'Gaudi::Utils::StopSignalHandler'
177  pass # class Gaudi__Utils__StopSignalHandler
178 
179 class StalledEventMonitor( ConfigurableService ) :
180  __slots__ = {
181  'OutputLevel' : 0, # int
182  'AuditServices' : False, # bool
183  'AuditInitialize' : False, # bool
184  'AuditStart' : False, # bool
185  'AuditStop' : False, # bool
186  'AuditFinalize' : False, # bool
187  'AuditReinitialize' : False, # bool
188  'AuditRestart' : False, # bool
189  'EventTimeout' : 600, # int
190  'MaxTimeoutCount' : 0, # int
191  'StackTrace' : False, # bool
192  }
193  _propertyDocDct = {
194  'OutputLevel' : """ output level [Service] """,
195  'AuditServices' : """ [[deprecated]] unused [Service] """,
196  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
197  'AuditStart' : """ trigger auditor on start() [Service] """,
198  'AuditStop' : """ trigger auditor on stop() [Service] """,
199  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
200  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
201  'AuditRestart' : """ trigger auditor on restart() [Service] """,
202  'EventTimeout' : """ Number of seconds allowed to process a single event (0 to disable the check). [StalledEventMonitor] """,
203  'MaxTimeoutCount' : """ Number timeouts before aborting the execution (0 means never abort). [StalledEventMonitor] """,
204  'StackTrace' : """ Whether to print the stack-trace on timeout. [StalledEventMonitor] """,
205  }
206  def __init__(self, name = Configurable.DefaultName, **kwargs):
207  super(StalledEventMonitor, self).__init__(name)
208  for n,v in kwargs.items():
209  setattr(self, n, v)
210  def getDlls( self ):
211  return 'GaudiUtils'
212  def getType( self ):
213  return 'StalledEventMonitor'
214  pass # class StalledEventMonitor
215 
216 class VFSSvc( ConfigurableService ) :
217  __slots__ = {
218  'OutputLevel' : 0, # int
219  'AuditServices' : False, # bool
220  'AuditInitialize' : False, # bool
221  'AuditStart' : False, # bool
222  'AuditStop' : False, # bool
223  'AuditFinalize' : False, # bool
224  'AuditReinitialize' : False, # bool
225  'AuditRestart' : False, # bool
226  'FileAccessTools' : [ 'FileReadTool' ], # list
227  'FallBackProtocol' : 'file', # str
228  }
229  _propertyDocDct = {
230  'OutputLevel' : """ output level [Service] """,
231  'AuditServices' : """ [[deprecated]] unused [Service] """,
232  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
233  'AuditStart' : """ trigger auditor on start() [Service] """,
234  'AuditStop' : """ trigger auditor on stop() [Service] """,
235  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
236  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
237  'AuditRestart' : """ trigger auditor on restart() [Service] """,
238  'FileAccessTools' : """ List of tools implementing the IFileAccess interface. [VFSSvc] """,
239  'FallBackProtocol' : """ URL prefix to use if the prefix is not present. [VFSSvc] """,
240  }
241  def __init__(self, name = Configurable.DefaultName, **kwargs):
242  super(VFSSvc, self).__init__(name)
243  for n,v in kwargs.items():
244  setattr(self, n, v)
245  def getDlls( self ):
246  return 'GaudiUtils'
247  def getType( self ):
248  return 'VFSSvc'
249  pass # class VFSSvc
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)