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

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

Constructor & Destructor Documentation

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

Definition at line 728 of file GaudiCommonSvcConf.py.

728  def __init__(self, name = Configurable.DefaultName, **kwargs):
729  super(RunRecordStream, self).__init__(name)
730  for n,v in kwargs.items():
731  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.RunRecordStream.getDlls (   self)

Definition at line 732 of file GaudiCommonSvcConf.py.

732  def getDlls( self ):
733  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.RunRecordStream.getType (   self)

Definition at line 734 of file GaudiCommonSvcConf.py.

734  def getType( self ):
735  return 'RunRecordStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.RunRecordStream.__slots__
staticprivate

Definition at line 694 of file GaudiCommonSvcConf.py.

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

Definition at line 725 of file GaudiCommonSvcConf.py.


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