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

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

Constructor & Destructor Documentation

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

Definition at line 174 of file GaudiUtilsConf.py.

174  def __init__(self, name = Configurable.DefaultName, **kwargs):
175  super(VFSSvc, self).__init__(name)
176  for n,v in kwargs.items():
177  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiUtils.GaudiUtilsConf.VFSSvc.getDlls (   self)

Definition at line 178 of file GaudiUtilsConf.py.

178  def getDlls( self ):
179  return 'GaudiUtils'
def GaudiUtils.GaudiUtilsConf.VFSSvc.getType (   self)

Definition at line 180 of file GaudiUtilsConf.py.

180  def getType( self ):
181  return 'VFSSvc'

Member Data Documentation

dictionary GaudiUtils.GaudiUtilsConf.VFSSvc.__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  'FileAccessTools' : [ 'FileReadTool' ], # list
11  'FallBackProtocol' : 'file', # str
12  }

Definition at line 158 of file GaudiUtilsConf.py.

dictionary GaudiUtils.GaudiUtilsConf.VFSSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'FallBackProtocol' : ,
3  'FileAccessTools' : ,
4  }

Definition at line 170 of file GaudiUtilsConf.py.


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