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

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

Constructor & Destructor Documentation

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

Definition at line 501 of file GaudiSvcConf.py.

501  def __init__(self, name = Configurable.DefaultName, **kwargs):
502  super(THistSvc, self).__init__(name)
503  for n,v in kwargs.items():
504  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiSvc.GaudiSvcConf.THistSvc.getDlls (   self)

Definition at line 505 of file GaudiSvcConf.py.

505  def getDlls( self ):
506  return 'GaudiSvc'
def GaudiSvc.GaudiSvcConf.THistSvc.getType (   self)

Definition at line 507 of file GaudiSvcConf.py.

507  def getType( self ):
508  return 'THistSvc'

Member Data Documentation

dictionary GaudiSvc.GaudiSvcConf.THistSvc.__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  'AutoSave' : 0, # int
11  'AutoFlush' : 0, # int
12  'PrintAll' : False, # bool
13  'MaxFileSize' : 10240, # int
14  'CompressionLevel' : 1, # int
15  'Output' : [ ], # list
16  'Input' : [ ], # list
17  }

Definition at line 481 of file GaudiSvcConf.py.

dictionary GaudiSvc.GaudiSvcConf.THistSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'MaxFileSize' : ,
3  }

Definition at line 498 of file GaudiSvcConf.py.


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