Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

GaudiSvc::GaudiSvcConf::OutputStream Class Reference

List of all members.


Detailed Description

Definition at line 671 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::OutputStream::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 703 of file GaudiSvcConf.py.

00703                                                                :
00704       super(OutputStream, self).__init__(name)
00705       for n,v in kwargs.items():
00706          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::OutputStream::getDlls (   self  ) 

Definition at line 707 of file GaudiSvcConf.py.

00707                      :
00708       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::OutputStream::getType (   self  ) 

Definition at line 709 of file GaudiSvcConf.py.

00709                      :
00710       return 'OutputStream'
  pass # class OutputStream


Member Data Documentation

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 672 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 701 of file GaudiSvcConf.py.


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

Generated at Wed Nov 11 16:37:04 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004