Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiSvc::GaudiSvcConf::OutputStream Class Reference

List of all members.


Detailed Description

Definition at line 670 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 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  ) 

Definition at line 706 of file GaudiSvcConf.py.

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

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

Definition at line 708 of file GaudiSvcConf.py.

00708                      :
00709       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 671 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 700 of file GaudiSvcConf.py.


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

Generated at Mon Sep 7 18:26:43 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004