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

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

Constructor & Destructor Documentation

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

Definition at line 79 of file GaudiMPConf.py.

79  def __init__(self, name = Configurable.DefaultName, **kwargs):
80  super(RecordOutputStream, self).__init__(name)
81  for n,v in kwargs.items():
82  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:79

Member Function Documentation

def GaudiMP.GaudiMPConf.RecordOutputStream.getDlls (   self)

Definition at line 83 of file GaudiMPConf.py.

83  def getDlls( self ):
84  return 'GaudiMP'
def GaudiMP.GaudiMPConf.RecordOutputStream.getType (   self)

Definition at line 85 of file GaudiMPConf.py.

85  def getType( self ):
86  return 'RecordOutputStream'

Member Data Documentation

dictionary GaudiMP.GaudiMPConf.RecordOutputStream.__slots__
staticprivate

Definition at line 28 of file GaudiMPConf.py.

dictionary GaudiMP.GaudiMPConf.RecordOutputStream._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  'RegularRowFormat' : ,
14  'StatEntityList' : ,
15  'OutputStreamName' : ,
16  }

Definition at line 63 of file GaudiMPConf.py.


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