Gaudi.CommonGaudiConfigurables Namespace Reference

Variables

list __all__ = []
 
list packages
 
 mod = __import__( '%s.%sConf'%(package,package), globals(), locals(), ['%sConf'%package] )
 
 cls = getattr(mod, nam)
 
dictionary aliases
 
 _gbl = globals()
 
 DefaultedName
 

Variable Documentation

list Gaudi.CommonGaudiConfigurables.__all__ = []
private

Definition at line 12 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables._gbl = globals()
private

Definition at line 51 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.aliases
Initial value:
1 = {
2  'EventDataSvc': 'EvtDataSvc',
3  'DetectorDataSvc': 'DetDataSvc',
4  'HistogramDataSvc': 'HistogramSvc',
5  'HbookHistSvc': 'HbookCnv__PersSvc',
6  'RootHistSvc': 'RootHistCnv__PersSvc',
7  'EventPersistencySvc': 'EvtPersistencySvc',
8  'DetectorPersistencySvc': 'DetPersistencySvc',
9  'HistogramPersistencySvc': 'HistogramPersistencySvc',
10  'FileRecordPersistencySvc': 'PersistencySvc',
11 
12  'FileCatalog': 'Gaudi__MultiFileCatalog',
13  'IODataManager': 'Gaudi__IODataManager',
14 
15  'RootCnvSvc': 'Gaudi__RootCnvSvc',
16  'RootEvtSelector': 'Gaudi__RootEvtSelector',
17  }

Definition at line 33 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.cls = getattr(mod, nam)

Definition at line 24 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.DefaultedName

Definition at line 59 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.mod = __import__( '%s.%sConf'%(package,package), globals(), locals(), ['%sConf'%package] )

Definition at line 22 of file CommonGaudiConfigurables.py.

list Gaudi.CommonGaudiConfigurables.packages
Initial value:
1 = ['GaudiCoreSvc', 'GaudiCommonSvc', 'GaudiSvc', 'GaudiAlg',
2  'GaudiAud', 'GaudiPoolDb', 'RootHistCnv', 'GaudiUtils',
3  'RootCnv']

Definition at line 14 of file CommonGaudiConfigurables.py.