GaudiSvc.GaudiSvcConf.FileMgr Class Reference
Inheritance diagram for GaudiSvc.GaudiSvcConf.FileMgr:
Collaboration diagram for GaudiSvc.GaudiSvcConf.FileMgr:

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

Constructor & Destructor Documentation

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

Definition at line 94 of file GaudiSvcConf.py.

94  def __init__(self, name = Configurable.DefaultName, **kwargs):
95  super(FileMgr, self).__init__(name)
96  for n,v in kwargs.items():
97  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiSvcConf.py:94

Member Function Documentation

def GaudiSvc.GaudiSvcConf.FileMgr.getDlls (   self)

Definition at line 98 of file GaudiSvcConf.py.

98  def getDlls( self ):
99  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.FileMgr.getType (   self)

Definition at line 100 of file GaudiSvcConf.py.

100  def getType( self ):
101  return 'FileMgr'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.FileMgr.__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  'LogFile' : '', # str
11  'PrintSummary' : False, # bool
12  'LoadROOTHandler' : True, # bool
13  'LoadPOSIXHandler' : True, # bool
14  'TSSL_UserProxy' : 'X509', # str
15  'TSSL_CertDir' : 'X509', # str
16  }

Definition at line 76 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.FileMgr._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 92 of file GaudiSvcConf.py.


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