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

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

Constructor & Destructor Documentation

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

Definition at line 648 of file GaudiCommonSvcConf.py.

648  def __init__(self, name = Configurable.DefaultName, **kwargs):
649  super(RecordStream, self).__init__(name)
650  for n,v in kwargs.items():
651  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.RecordStream.getDlls (   self)

Definition at line 652 of file GaudiCommonSvcConf.py.

652  def getDlls( self ):
653  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.RecordStream.getType (   self)

Definition at line 654 of file GaudiCommonSvcConf.py.

654  def getType( self ):
655  return 'RecordStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.RecordStream.__slots__
staticprivate

Definition at line 613 of file GaudiCommonSvcConf.py.

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

Definition at line 645 of file GaudiCommonSvcConf.py.


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