GaudiSvc.GaudiSvcConf.CollectionCloneAlg Class Reference
Inheritance diagram for GaudiSvc.GaudiSvcConf.CollectionCloneAlg:
Collaboration diagram for GaudiSvc.GaudiSvcConf.CollectionCloneAlg:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 4 of file GaudiSvcConf.py.

Constructor & Destructor Documentation

def GaudiSvc.GaudiSvcConf.CollectionCloneAlg.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 29 of file GaudiSvcConf.py.

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)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiSvcConf.py:29

Member Function Documentation

def GaudiSvc.GaudiSvcConf.CollectionCloneAlg.getDlls (   self)

Definition at line 33 of file GaudiSvcConf.py.

33  def getDlls( self ):
34  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.CollectionCloneAlg.getType (   self)

Definition at line 35 of file GaudiSvcConf.py.

35  def getType( self ):
36  return 'CollectionCloneAlg'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.CollectionCloneAlg.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'ErrorMax' : 1, # int
5  'ErrorCounter' : 0, # int
6  'AuditAlgorithms' : False, # bool
7  'AuditInitialize' : False, # bool
8  'AuditReinitialize' : False, # bool
9  'AuditRestart' : False, # bool
10  'AuditExecute' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditBeginRun' : False, # bool
13  'AuditEndRun' : False, # bool
14  'AuditStart' : False, # bool
15  'AuditStop' : False, # bool
16  'MonitorService' : 'MonitorSvc', # str
17  'RegisterForContextService' : False, # bool
18  'EvtTupleSvc' : 'EvtTupleSvc', # str
19  'Input' : [ ], # list
20  'Output' : '', # str
21  }

Definition at line 5 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.CollectionCloneAlg._propertyDocDct
staticprivate
Initial value:
1 = {
2  'RegisterForContextService' : ,
3  }

Definition at line 26 of file GaudiSvcConf.py.


The documentation for this class was generated from the following file: