GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager Class Reference
Inheritance diagram for GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager:
Collaboration diagram for GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager:

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 26 of file GaudiUtilsConf.py.

Constructor & Destructor Documentation

def GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 45 of file GaudiUtilsConf.py.

45  def __init__(self, name = Configurable.DefaultName, **kwargs):
46  super(Gaudi__IODataManager, self).__init__(name)
47  for n,v in kwargs.items():
48  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager.getDlls (   self)

Definition at line 49 of file GaudiUtilsConf.py.

49  def getDlls( self ):
50  return 'GaudiUtils'
def GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager.getType (   self)

Definition at line 51 of file GaudiUtilsConf.py.

51  def getType( self ):
52  return 'Gaudi::IODataManager'

Member Data Documentation

dictionary GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'CatalogType' : 'Gaudi::MultiFileCatalog/FileCatalog', # str
11  'UseGFAL' : True, # bool
12  'QuarantineFiles' : True, # bool
13  'AgeLimit' : 2, # int
14  'DisablePFNWarning' : False, # bool
15  }

Definition at line 27 of file GaudiUtilsConf.py.

dictionary GaudiUtils.GaudiUtilsConf.Gaudi__IODataManager._propertyDocDct
staticprivate
Initial value:
1 = {
2  'DisablePFNWarning' : ,
3  }

Definition at line 42 of file GaudiUtilsConf.py.


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