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