GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream:

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 187 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 211 of file GaudiCommonSvcConf.py.

211  def __init__(self, name = Configurable.DefaultName, **kwargs):
212  super(EvtCollectionStream, self).__init__(name)
213  for n,v in kwargs.items():
214  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream.getDlls (   self)

Definition at line 215 of file GaudiCommonSvcConf.py.

215  def getDlls( self ):
216  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream.getType (   self)

Definition at line 217 of file GaudiCommonSvcConf.py.

217  def getType( self ):
218  return 'EvtCollectionStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream.__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  'ItemList' : [ ], # list
19  'EvtDataSvc' : 'TagCollectionSvc', # str
20  }

Definition at line 188 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.EvtCollectionStream._propertyDocDct
staticprivate
Initial value:
1 = {
2  'RegisterForContextService' : ,
3  }

Definition at line 208 of file GaudiCommonSvcConf.py.


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