Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiSvc::GaudiSvcConf::PersistencySvc Class Reference

List of all members.


Detailed Description

Definition at line 580 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::PersistencySvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 594 of file GaudiSvcConf.py.

00594                                                                :
00595       super(PersistencySvc, self).__init__(name)
00596       for n,v in kwargs.items():
00597          setattr(self, n, v)
  def getDlls( self ):

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

Definition at line 598 of file GaudiSvcConf.py.

00598                      :
00599       return 'GaudiSvc'
  def getType( self ):

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

Definition at line 600 of file GaudiSvcConf.py.

00600                      :
00601       return 'PersistencySvc'
  pass # class PersistencySvc


Member Data Documentation

Initial value:

{ 
    'OutputLevel' : 0, # int
    'AuditServices' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditReInitialize' : False, # bool
    'AuditReStart' : False, # bool
    'CnvServices' : [  ], # list
  }

Definition at line 581 of file GaudiSvcConf.py.

Initial value:

{ 
  }

Definition at line 592 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