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

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

Constructor & Destructor Documentation

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

Definition at line 925 of file GaudiCommonSvcConf.py.

925  def __init__(self, name = Configurable.DefaultName, **kwargs):
926  super(TagCollectionStream, self).__init__(name)
927  for n,v in kwargs.items():
928  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.TagCollectionStream.getDlls (   self)

Definition at line 929 of file GaudiCommonSvcConf.py.

929  def getDlls( self ):
930  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.TagCollectionStream.getType (   self)

Definition at line 931 of file GaudiCommonSvcConf.py.

931  def getType( self ):
932  return 'TagCollectionStream'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.TagCollectionStream.__slots__
staticprivate

Definition at line 886 of file GaudiCommonSvcConf.py.

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

Definition at line 922 of file GaudiCommonSvcConf.py.


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