GaudiSvcConf.py
Go to the documentation of this file.
1 #Fri Oct 9 16:22:46 2015"""Automatically generated. DO NOT EDIT please"""
3 
4 class CollectionCloneAlg( ConfigurableAlgorithm ) :
5  __slots__ = {
6  'OutputLevel' : 0, # int
7  'Enable' : True, # bool
8  'ErrorMax' : 1, # int
9  'ErrorCounter' : 0, # int
10  'AuditAlgorithms' : False, # bool
11  'AuditInitialize' : False, # bool
12  'AuditReinitialize' : False, # bool
13  'AuditRestart' : False, # bool
14  'AuditExecute' : False, # bool
15  'AuditFinalize' : False, # bool
16  'AuditBeginRun' : False, # bool
17  'AuditEndRun' : False, # bool
18  'AuditStart' : False, # bool
19  'AuditStop' : False, # bool
20  'MonitorService' : 'MonitorSvc', # str
21  'RegisterForContextService' : False, # bool
22  'EvtTupleSvc' : 'EvtTupleSvc', # str
23  'Input' : [ ], # list
24  'Output' : '', # str
25  }
26  _propertyDocDct = {
27  'RegisterForContextService' : """ The flag to enforce the registration for Algorithm Context Service """,
28  }
29  def __init__(self, name = Configurable.DefaultName, **kwargs):
30  super(CollectionCloneAlg, self).__init__(name)
31  for n,v in kwargs.items():
32  setattr(self, n, v)
33  def getDlls( self ):
34  return 'GaudiSvc'
35  def getType( self ):
36  return 'CollectionCloneAlg'
37  pass # class CollectionCloneAlg
38 
39 class DetDataSvc( ConfigurableService ) :
40  __slots__ = {
41  'OutputLevel' : 7, # int
42  'AuditServices' : False, # bool
43  'AuditInitialize' : False, # bool
44  'AuditStart' : False, # bool
45  'AuditStop' : False, # bool
46  'AuditFinalize' : False, # bool
47  'AuditReInitialize' : False, # bool
48  'AuditReStart' : False, # bool
49  'RootCLID' : 3, # int
50  'RootName' : '/dd', # str
51  'ForceLeaves' : False, # bool
52  'InhibitPathes' : [ ], # list
53  'DataFaultName' : 'DataFault', # str
54  'DataAccessName' : 'DataAccess', # str
55  'EnableFaultHandler' : False, # bool
56  'EnableAccessHandler' : False, # bool
57  'DetStorageType' : 7, # int
58  'DetDbLocation' : 'empty', # str
59  'DetDbRootName' : 'dd', # str
60  'UsePersistency' : False, # bool
61  'PersistencySvc' : 'DetectorPersistencySvc', # str
62  }
63  _propertyDocDct = {
64  }
65  def __init__(self, name = Configurable.DefaultName, **kwargs):
66  super(DetDataSvc, self).__init__(name)
67  for n,v in kwargs.items():
68  setattr(self, n, v)
69  def getDlls( self ):
70  return 'GaudiSvc'
71  def getType( self ):
72  return 'DetDataSvc'
73  pass # class DetDataSvc
74 
75 class FileMgr( ConfigurableService ) :
76  __slots__ = {
77  'OutputLevel' : 7, # int
78  'AuditServices' : False, # bool
79  'AuditInitialize' : False, # bool
80  'AuditStart' : False, # bool
81  'AuditStop' : False, # bool
82  'AuditFinalize' : False, # bool
83  'AuditReInitialize' : False, # bool
84  'AuditReStart' : False, # bool
85  'LogFile' : '', # str
86  'PrintSummary' : False, # bool
87  'LoadROOTHandler' : True, # bool
88  'LoadPOSIXHandler' : True, # bool
89  'TSSL_UserProxy' : 'X509', # str
90  'TSSL_CertDir' : 'X509', # str
91  }
92  _propertyDocDct = {
93  }
94  def __init__(self, name = Configurable.DefaultName, **kwargs):
95  super(FileMgr, self).__init__(name)
96  for n,v in kwargs.items():
97  setattr(self, n, v)
98  def getDlls( self ):
99  return 'GaudiSvc'
100  def getType( self ):
101  return 'FileMgr'
102  pass # class FileMgr
103 
104 class HepRndm__Engine_CLHEP__DRand48Engine_( ConfigurableService ) :
105  __slots__ = {
106  'OutputLevel' : 7, # int
107  'AuditServices' : False, # bool
108  'AuditInitialize' : False, # bool
109  'AuditStart' : False, # bool
110  'AuditStop' : False, # bool
111  'AuditFinalize' : False, # bool
112  'AuditReInitialize' : False, # bool
113  'AuditReStart' : False, # bool
114  'Seeds' : [ ], # list
115  'Column' : 0, # int
116  'Row' : 1, # int
117  'Luxury' : 3, # int
118  'UseTable' : False, # bool
119  'SetSingleton' : False, # bool
120  }
121  _propertyDocDct = {
122  }
123  def __init__(self, name = Configurable.DefaultName, **kwargs):
124  super(HepRndm__Engine_CLHEP__DRand48Engine_, self).__init__(name)
125  for n,v in kwargs.items():
126  setattr(self, n, v)
127  def getDlls( self ):
128  return 'GaudiSvc'
129  def getType( self ):
130  return 'HepRndm::Engine<CLHEP::DRand48Engine>'
131  pass # class HepRndm__Engine_CLHEP__DRand48Engine_
132 
133 class HepRndm__Engine_CLHEP__DualRand_( ConfigurableService ) :
134  __slots__ = {
135  'OutputLevel' : 7, # int
136  'AuditServices' : False, # bool
137  'AuditInitialize' : False, # bool
138  'AuditStart' : False, # bool
139  'AuditStop' : False, # bool
140  'AuditFinalize' : False, # bool
141  'AuditReInitialize' : False, # bool
142  'AuditReStart' : False, # bool
143  'Seeds' : [ ], # list
144  'Column' : 0, # int
145  'Row' : 1, # int
146  'Luxury' : 3, # int
147  'UseTable' : False, # bool
148  'SetSingleton' : False, # bool
149  }
150  _propertyDocDct = {
151  }
152  def __init__(self, name = Configurable.DefaultName, **kwargs):
153  super(HepRndm__Engine_CLHEP__DualRand_, self).__init__(name)
154  for n,v in kwargs.items():
155  setattr(self, n, v)
156  def getDlls( self ):
157  return 'GaudiSvc'
158  def getType( self ):
159  return 'HepRndm::Engine<CLHEP::DualRand>'
160  pass # class HepRndm__Engine_CLHEP__DualRand_
161 
162 class HepRndm__Engine_CLHEP__HepJamesRandom_( ConfigurableService ) :
163  __slots__ = {
164  'OutputLevel' : 7, # int
165  'AuditServices' : False, # bool
166  'AuditInitialize' : False, # bool
167  'AuditStart' : False, # bool
168  'AuditStop' : False, # bool
169  'AuditFinalize' : False, # bool
170  'AuditReInitialize' : False, # bool
171  'AuditReStart' : False, # bool
172  'Seeds' : [ ], # list
173  'Column' : 0, # int
174  'Row' : 1, # int
175  'Luxury' : 3, # int
176  'UseTable' : False, # bool
177  'SetSingleton' : False, # bool
178  }
179  _propertyDocDct = {
180  }
181  def __init__(self, name = Configurable.DefaultName, **kwargs):
182  super(HepRndm__Engine_CLHEP__HepJamesRandom_, self).__init__(name)
183  for n,v in kwargs.items():
184  setattr(self, n, v)
185  def getDlls( self ):
186  return 'GaudiSvc'
187  def getType( self ):
188  return 'HepRndm::Engine<CLHEP::HepJamesRandom>'
189  pass # class HepRndm__Engine_CLHEP__HepJamesRandom_
190 
191 class HepRndm__Engine_CLHEP__Hurd160Engine_( ConfigurableService ) :
192  __slots__ = {
193  'OutputLevel' : 7, # int
194  'AuditServices' : False, # bool
195  'AuditInitialize' : False, # bool
196  'AuditStart' : False, # bool
197  'AuditStop' : False, # bool
198  'AuditFinalize' : False, # bool
199  'AuditReInitialize' : False, # bool
200  'AuditReStart' : False, # bool
201  'Seeds' : [ ], # list
202  'Column' : 0, # int
203  'Row' : 1, # int
204  'Luxury' : 3, # int
205  'UseTable' : False, # bool
206  'SetSingleton' : False, # bool
207  }
208  _propertyDocDct = {
209  }
210  def __init__(self, name = Configurable.DefaultName, **kwargs):
211  super(HepRndm__Engine_CLHEP__Hurd160Engine_, self).__init__(name)
212  for n,v in kwargs.items():
213  setattr(self, n, v)
214  def getDlls( self ):
215  return 'GaudiSvc'
216  def getType( self ):
217  return 'HepRndm::Engine<CLHEP::Hurd160Engine>'
218  pass # class HepRndm__Engine_CLHEP__Hurd160Engine_
219 
220 class HepRndm__Engine_CLHEP__Hurd288Engine_( ConfigurableService ) :
221  __slots__ = {
222  'OutputLevel' : 7, # int
223  'AuditServices' : False, # bool
224  'AuditInitialize' : False, # bool
225  'AuditStart' : False, # bool
226  'AuditStop' : False, # bool
227  'AuditFinalize' : False, # bool
228  'AuditReInitialize' : False, # bool
229  'AuditReStart' : False, # bool
230  'Seeds' : [ ], # list
231  'Column' : 0, # int
232  'Row' : 1, # int
233  'Luxury' : 3, # int
234  'UseTable' : False, # bool
235  'SetSingleton' : False, # bool
236  }
237  _propertyDocDct = {
238  }
239  def __init__(self, name = Configurable.DefaultName, **kwargs):
240  super(HepRndm__Engine_CLHEP__Hurd288Engine_, self).__init__(name)
241  for n,v in kwargs.items():
242  setattr(self, n, v)
243  def getDlls( self ):
244  return 'GaudiSvc'
245  def getType( self ):
246  return 'HepRndm::Engine<CLHEP::Hurd288Engine>'
247  pass # class HepRndm__Engine_CLHEP__Hurd288Engine_
248 
249 class HepRndm__Engine_CLHEP__MTwistEngine_( ConfigurableService ) :
250  __slots__ = {
251  'OutputLevel' : 7, # int
252  'AuditServices' : False, # bool
253  'AuditInitialize' : False, # bool
254  'AuditStart' : False, # bool
255  'AuditStop' : False, # bool
256  'AuditFinalize' : False, # bool
257  'AuditReInitialize' : False, # bool
258  'AuditReStart' : False, # bool
259  'Seeds' : [ ], # list
260  'Column' : 0, # int
261  'Row' : 1, # int
262  'Luxury' : 3, # int
263  'UseTable' : False, # bool
264  'SetSingleton' : False, # bool
265  }
266  _propertyDocDct = {
267  }
268  def __init__(self, name = Configurable.DefaultName, **kwargs):
269  super(HepRndm__Engine_CLHEP__MTwistEngine_, self).__init__(name)
270  for n,v in kwargs.items():
271  setattr(self, n, v)
272  def getDlls( self ):
273  return 'GaudiSvc'
274  def getType( self ):
275  return 'HepRndm::Engine<CLHEP::MTwistEngine>'
276  pass # class HepRndm__Engine_CLHEP__MTwistEngine_
277 
278 class HepRndm__Engine_CLHEP__RanecuEngine_( ConfigurableService ) :
279  __slots__ = {
280  'OutputLevel' : 7, # int
281  'AuditServices' : False, # bool
282  'AuditInitialize' : False, # bool
283  'AuditStart' : False, # bool
284  'AuditStop' : False, # bool
285  'AuditFinalize' : False, # bool
286  'AuditReInitialize' : False, # bool
287  'AuditReStart' : False, # bool
288  'Seeds' : [ ], # list
289  'Column' : 0, # int
290  'Row' : 1, # int
291  'Luxury' : 3, # int
292  'UseTable' : False, # bool
293  'SetSingleton' : False, # bool
294  }
295  _propertyDocDct = {
296  }
297  def __init__(self, name = Configurable.DefaultName, **kwargs):
298  super(HepRndm__Engine_CLHEP__RanecuEngine_, self).__init__(name)
299  for n,v in kwargs.items():
300  setattr(self, n, v)
301  def getDlls( self ):
302  return 'GaudiSvc'
303  def getType( self ):
304  return 'HepRndm::Engine<CLHEP::RanecuEngine>'
305  pass # class HepRndm__Engine_CLHEP__RanecuEngine_
306 
307 class HepRndm__Engine_CLHEP__Ranlux64Engine_( ConfigurableService ) :
308  __slots__ = {
309  'OutputLevel' : 7, # int
310  'AuditServices' : False, # bool
311  'AuditInitialize' : False, # bool
312  'AuditStart' : False, # bool
313  'AuditStop' : False, # bool
314  'AuditFinalize' : False, # bool
315  'AuditReInitialize' : False, # bool
316  'AuditReStart' : False, # bool
317  'Seeds' : [ ], # list
318  'Column' : 0, # int
319  'Row' : 1, # int
320  'Luxury' : 3, # int
321  'UseTable' : False, # bool
322  'SetSingleton' : False, # bool
323  }
324  _propertyDocDct = {
325  }
326  def __init__(self, name = Configurable.DefaultName, **kwargs):
327  super(HepRndm__Engine_CLHEP__Ranlux64Engine_, self).__init__(name)
328  for n,v in kwargs.items():
329  setattr(self, n, v)
330  def getDlls( self ):
331  return 'GaudiSvc'
332  def getType( self ):
333  return 'HepRndm::Engine<CLHEP::Ranlux64Engine>'
334  pass # class HepRndm__Engine_CLHEP__Ranlux64Engine_
335 
336 class HepRndm__Engine_CLHEP__RanluxEngine_( ConfigurableService ) :
337  __slots__ = {
338  'OutputLevel' : 7, # int
339  'AuditServices' : False, # bool
340  'AuditInitialize' : False, # bool
341  'AuditStart' : False, # bool
342  'AuditStop' : False, # bool
343  'AuditFinalize' : False, # bool
344  'AuditReInitialize' : False, # bool
345  'AuditReStart' : False, # bool
346  'Seeds' : [ ], # list
347  'Column' : 0, # int
348  'Row' : 1, # int
349  'Luxury' : 3, # int
350  'UseTable' : False, # bool
351  'SetSingleton' : False, # bool
352  }
353  _propertyDocDct = {
354  }
355  def __init__(self, name = Configurable.DefaultName, **kwargs):
356  super(HepRndm__Engine_CLHEP__RanluxEngine_, self).__init__(name)
357  for n,v in kwargs.items():
358  setattr(self, n, v)
359  def getDlls( self ):
360  return 'GaudiSvc'
361  def getType( self ):
362  return 'HepRndm::Engine<CLHEP::RanluxEngine>'
363  pass # class HepRndm__Engine_CLHEP__RanluxEngine_
364 
365 class HepRndm__Engine_CLHEP__RanshiEngine_( ConfigurableService ) :
366  __slots__ = {
367  'OutputLevel' : 7, # int
368  'AuditServices' : False, # bool
369  'AuditInitialize' : False, # bool
370  'AuditStart' : False, # bool
371  'AuditStop' : False, # bool
372  'AuditFinalize' : False, # bool
373  'AuditReInitialize' : False, # bool
374  'AuditReStart' : False, # bool
375  'Seeds' : [ ], # list
376  'Column' : 0, # int
377  'Row' : 1, # int
378  'Luxury' : 3, # int
379  'UseTable' : False, # bool
380  'SetSingleton' : False, # bool
381  }
382  _propertyDocDct = {
383  }
384  def __init__(self, name = Configurable.DefaultName, **kwargs):
385  super(HepRndm__Engine_CLHEP__RanshiEngine_, self).__init__(name)
386  for n,v in kwargs.items():
387  setattr(self, n, v)
388  def getDlls( self ):
389  return 'GaudiSvc'
390  def getType( self ):
391  return 'HepRndm::Engine<CLHEP::RanshiEngine>'
392  pass # class HepRndm__Engine_CLHEP__RanshiEngine_
393 
394 class HepRndm__Engine_CLHEP__TripleRand_( ConfigurableService ) :
395  __slots__ = {
396  'OutputLevel' : 7, # int
397  'AuditServices' : False, # bool
398  'AuditInitialize' : False, # bool
399  'AuditStart' : False, # bool
400  'AuditStop' : False, # bool
401  'AuditFinalize' : False, # bool
402  'AuditReInitialize' : False, # bool
403  'AuditReStart' : False, # bool
404  'Seeds' : [ ], # list
405  'Column' : 0, # int
406  'Row' : 1, # int
407  'Luxury' : 3, # int
408  'UseTable' : False, # bool
409  'SetSingleton' : False, # bool
410  }
411  _propertyDocDct = {
412  }
413  def __init__(self, name = Configurable.DefaultName, **kwargs):
414  super(HepRndm__Engine_CLHEP__TripleRand_, self).__init__(name)
415  for n,v in kwargs.items():
416  setattr(self, n, v)
417  def getDlls( self ):
418  return 'GaudiSvc'
419  def getType( self ):
420  return 'HepRndm::Engine<CLHEP::TripleRand>'
421  pass # class HepRndm__Engine_CLHEP__TripleRand_
422 
423 class NTupleSvc( ConfigurableService ) :
424  __slots__ = {
425  'OutputLevel' : 7, # int
426  'AuditServices' : False, # bool
427  'AuditInitialize' : False, # bool
428  'AuditStart' : False, # bool
429  'AuditStop' : False, # bool
430  'AuditFinalize' : False, # bool
431  'AuditReInitialize' : False, # bool
432  'AuditReStart' : False, # bool
433  'RootCLID' : 1, # int
434  'RootName' : '/NTUPLES', # str
435  'ForceLeaves' : False, # bool
436  'InhibitPathes' : [ ], # list
437  'DataFaultName' : 'DataFault', # str
438  'DataAccessName' : 'DataAccess', # str
439  'EnableFaultHandler' : False, # bool
440  'EnableAccessHandler' : False, # bool
441  'Input' : [ ], # list
442  'Output' : [ ], # list
443  }
444  _propertyDocDct = {
445  }
446  def __init__(self, name = Configurable.DefaultName, **kwargs):
447  super(NTupleSvc, self).__init__(name)
448  for n,v in kwargs.items():
449  setattr(self, n, v)
450  def getDlls( self ):
451  return 'GaudiSvc'
452  def getType( self ):
453  return 'NTupleSvc'
454  pass # class NTupleSvc
455 
456 class RndmGenSvc( ConfigurableService ) :
457  __slots__ = {
458  'OutputLevel' : 7, # int
459  'AuditServices' : False, # bool
460  'AuditInitialize' : False, # bool
461  'AuditStart' : False, # bool
462  'AuditStop' : False, # bool
463  'AuditFinalize' : False, # bool
464  'AuditReInitialize' : False, # bool
465  'AuditReStart' : False, # bool
466  'Engine' : 'HepRndm::Engine<CLHEP::RanluxEngine>', # str
467  }
468  _propertyDocDct = {
469  }
470  def __init__(self, name = Configurable.DefaultName, **kwargs):
471  super(RndmGenSvc, self).__init__(name)
472  for n,v in kwargs.items():
473  setattr(self, n, v)
474  def getDlls( self ):
475  return 'GaudiSvc'
476  def getType( self ):
477  return 'RndmGenSvc'
478  pass # class RndmGenSvc
479 
480 class THistSvc( ConfigurableService ) :
481  __slots__ = {
482  'OutputLevel' : 7, # int
483  'AuditServices' : False, # bool
484  'AuditInitialize' : False, # bool
485  'AuditStart' : False, # bool
486  'AuditStop' : False, # bool
487  'AuditFinalize' : False, # bool
488  'AuditReInitialize' : False, # bool
489  'AuditReStart' : False, # bool
490  'AutoSave' : 0, # int
491  'AutoFlush' : 0, # int
492  'PrintAll' : False, # bool
493  'MaxFileSize' : 10240, # int
494  'CompressionLevel' : 1, # int
495  'Output' : [ ], # list
496  'Input' : [ ], # list
497  }
498  _propertyDocDct = {
499  'MaxFileSize' : """ maximum file size in MB. if exceeded, will cause an abort. -1 to never check. """,
500  }
501  def __init__(self, name = Configurable.DefaultName, **kwargs):
502  super(THistSvc, self).__init__(name)
503  for n,v in kwargs.items():
504  setattr(self, n, v)
505  def getDlls( self ):
506  return 'GaudiSvc'
507  def getType( self ):
508  return 'THistSvc'
509  pass # class THistSvc
510 
511 class TagCollectionSvc( ConfigurableService ) :
512  __slots__ = {
513  'OutputLevel' : 7, # int
514  'AuditServices' : False, # bool
515  'AuditInitialize' : False, # bool
516  'AuditStart' : False, # bool
517  'AuditStop' : False, # bool
518  'AuditFinalize' : False, # bool
519  'AuditReInitialize' : False, # bool
520  'AuditReStart' : False, # bool
521  'RootCLID' : 1, # int
522  'RootName' : '/NTUPLES', # str
523  'ForceLeaves' : False, # bool
524  'InhibitPathes' : [ ], # list
525  'DataFaultName' : 'DataFault', # str
526  'DataAccessName' : 'DataAccess', # str
527  'EnableFaultHandler' : False, # bool
528  'EnableAccessHandler' : False, # bool
529  'Input' : [ ], # list
530  'Output' : [ ], # list
531  }
532  _propertyDocDct = {
533  }
534  def __init__(self, name = Configurable.DefaultName, **kwargs):
535  super(TagCollectionSvc, self).__init__(name)
536  for n,v in kwargs.items():
537  setattr(self, n, v)
538  def getDlls( self ):
539  return 'GaudiSvc'
540  def getType( self ):
541  return 'TagCollectionSvc'
542  pass # class TagCollectionSvc
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiSvcConf.py:29
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)
Definition: GaudiSvcConf.py:94
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)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiSvcConf.py:65