|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 670 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::OutputStream::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 702 of file GaudiSvcConf.py.
00702 : 00703 super(OutputStream, self).__init__(name) 00704 for n,v in kwargs.items(): 00705 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::OutputStream::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::OutputStream::getType | ( | self | ) |
Definition at line 708 of file GaudiSvcConf.py.
00708 : 00709 return 'OutputStream' pass # class OutputStream
dictionary GaudiSvc::GaudiSvcConf::OutputStream::__slots__ [static, private] |
Initial value:
{
'OutputLevel' : 0, # int
'Enable' : True, # bool
'ErrorMax' : 1, # int
'ErrorCount' : 0, # int
'AuditAlgorithms' : False, # bool
'AuditInitialize' : False, # bool
'AuditReinitialize' : False, # bool
'AuditRestart' : False, # bool
'AuditExecute' : False, # bool
'AuditFinalize' : False, # bool
'AuditBeginRun' : False, # bool
'AuditEndRun' : False, # bool
'AuditStart' : False, # bool
'AuditStop' : False, # bool
'MonitorService' : 'MonitorSvc', # str
'ItemList' : [ ], # list
'OptItemList' : [ ], # list
'Preload' : True, # bool
'PreloadOptItems' : False, # bool
'Output' : '', # str
'OutputFile' : '', # str
'EvtDataSvc' : 'EventDataSvc', # str
'EvtConversionSvc' : 'EventPersistencySvc', # str
'AcceptAlgs' : [ ], # list
'RequireAlgs' : [ ], # list
'VetoAlgs' : [ ], # list
'VerifyItems' : True, # bool
}
Definition at line 671 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::OutputStream::_propertyDocDct [static, private] |