GaudiMP.GaudiMPConf.ReplayOutputStream Class Reference
Inheritance diagram for GaudiMP.GaudiMPConf.ReplayOutputStream:
Collaboration diagram for GaudiMP.GaudiMPConf.ReplayOutputStream:

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 89 of file GaudiMPConf.py.

Constructor & Destructor Documentation

def GaudiMP.GaudiMPConf.ReplayOutputStream.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 141 of file GaudiMPConf.py.

141  def __init__(self, name = Configurable.DefaultName, **kwargs):
142  super(ReplayOutputStream, self).__init__(name)
143  for n,v in kwargs.items():
144  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:141

Member Function Documentation

def GaudiMP.GaudiMPConf.ReplayOutputStream.getDlls (   self)

Definition at line 145 of file GaudiMPConf.py.

145  def getDlls( self ):
146  return 'GaudiMP'
def GaudiMP.GaudiMPConf.ReplayOutputStream.getType (   self)

Definition at line 147 of file GaudiMPConf.py.

147  def getType( self ):
148  return 'ReplayOutputStream'

Member Data Documentation

dictionary GaudiMP.GaudiMPConf.ReplayOutputStream.__slots__
staticprivate

Definition at line 90 of file GaudiMPConf.py.

dictionary GaudiMP.GaudiMPConf.ReplayOutputStream._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'ErrorsPrint' : ,
4  'RegisterForContextService' : ,
5  'StatPrint' : ,
6  'VetoObjects' : ,
7  'TypePrint' : ,
8  'CounterList' : ,
9  'EfficiencyRowFormat' : ,
10  'RequireObjects' : ,
11  'PropertiesPrint' : ,
12  'UseEfficiencyRowFormat' : ,
13  'OutputStreams' : ,
14  'RegularRowFormat' : ,
15  'StatEntityList' : ,
16  }

Definition at line 125 of file GaudiMPConf.py.


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