GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg:

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 813 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 843 of file GaudiCommonSvcConf.py.

843  def __init__(self, name = Configurable.DefaultName, **kwargs):
844  super(StoreExplorerAlg, self).__init__(name)
845  for n,v in kwargs.items():
846  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg.getDlls (   self)

Definition at line 847 of file GaudiCommonSvcConf.py.

847  def getDlls( self ):
848  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg.getType (   self)

Definition at line 849 of file GaudiCommonSvcConf.py.

849  def getType( self ):
850  return 'StoreExplorerAlg'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # int
3  'Enable' : True, # bool
4  'ErrorMax' : 1, # int
5  'ErrorCounter' : 0, # int
6  'AuditAlgorithms' : False, # bool
7  'AuditInitialize' : False, # bool
8  'AuditReinitialize' : False, # bool
9  'AuditRestart' : False, # bool
10  'AuditExecute' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditBeginRun' : False, # bool
13  'AuditEndRun' : False, # bool
14  'AuditStart' : False, # bool
15  'AuditStop' : False, # bool
16  'MonitorService' : 'MonitorSvc', # str
17  'RegisterForContextService' : False, # bool
18  'Load' : False, # bool
19  'PrintEvt' : 1, # int
20  'PrintMissing' : 0, # int
21  'PrintFreq' : 0.0000000, # float
22  'ExploreRelations' : False, # bool
23  'DataSvc' : 'EventDataSvc', # str
24  'TestAccess' : False, # bool
25  'AccessForeign' : False, # bool
26  }

Definition at line 814 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.StoreExplorerAlg._propertyDocDct
staticprivate
Initial value:
1 = {
2  'RegisterForContextService' : ,
3  }

Definition at line 840 of file GaudiCommonSvcConf.py.


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