GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool Class Reference
Inheritance diagram for GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool:
Collaboration diagram for GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool:

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 154 of file GaudiCoreSvcConf.py.

Constructor & Destructor Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 166 of file GaudiCoreSvcConf.py.

166  def __init__(self, name = Configurable.DefaultName, **kwargs):
167  super(DataStreamTool, self).__init__(name)
168  for n,v in kwargs.items():
169  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool.getDlls (   self)

Definition at line 170 of file GaudiCoreSvcConf.py.

170  def getDlls( self ):
171  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool.getType (   self)

Definition at line 172 of file GaudiCoreSvcConf.py.

172  def getType( self ):
173  return 'DataStreamTool'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 0, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  }

Definition at line 155 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DataStreamTool._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 164 of file GaudiCoreSvcConf.py.


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