GaudiMonitor.GaudiMonitorConf.HistorySvc Class Reference
Inheritance diagram for GaudiMonitor.GaudiMonitorConf.HistorySvc:
Collaboration diagram for GaudiMonitor.GaudiMonitorConf.HistorySvc:

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 29 of file GaudiMonitorConf.py.

Constructor & Destructor Documentation

def GaudiMonitor.GaudiMonitorConf.HistorySvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 45 of file GaudiMonitorConf.py.

45  def __init__(self, name = Configurable.DefaultName, **kwargs):
46  super(HistorySvc, 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 GaudiMonitor.GaudiMonitorConf.HistorySvc.getDlls (   self)

Definition at line 49 of file GaudiMonitorConf.py.

49  def getDlls( self ):
50  return 'GaudiMonitor'
def GaudiMonitor.GaudiMonitorConf.HistorySvc.getType (   self)

Definition at line 51 of file GaudiMonitorConf.py.

51  def getType( self ):
52  return 'HistorySvc'

Member Data Documentation

dictionary GaudiMonitor.GaudiMonitorConf.HistorySvc.__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  'Dump' : False, # bool
11  'Activate' : True, # bool
12  'OutputFile' : '', # str
13  }

Definition at line 30 of file GaudiMonitorConf.py.

dictionary GaudiMonitor.GaudiMonitorConf.HistorySvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 43 of file GaudiMonitorConf.py.


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