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

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

Constructor & Destructor Documentation

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

Definition at line 441 of file GaudiCommonSvcConf.py.

441  def __init__(self, name = Configurable.DefaultName, **kwargs):
442  super(MultiStoreSvc, self).__init__(name)
443  for n,v in kwargs.items():
444  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.MultiStoreSvc.getDlls (   self)

Definition at line 445 of file GaudiCommonSvcConf.py.

445  def getDlls( self ):
446  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.MultiStoreSvc.getType (   self)

Definition at line 447 of file GaudiCommonSvcConf.py.

447  def getType( self ):
448  return 'MultiStoreSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.MultiStoreSvc.__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  'RootCLID' : 110, # int
11  'RootName' : '/Event', # str
12  'Partitions' : [ ], # list
13  'DataLoader' : 'EventPersistencySvc', # str
14  'DefaultPartition' : 'Default', # str
15  }

Definition at line 424 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.MultiStoreSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 439 of file GaudiCommonSvcConf.py.


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