The Gaudi Framework  v29r0 (ff2e7097)
Gaudi.CommonGaudiConfigurables Namespace Reference

Variables

list __all__ = []
 
list packages
 
 mod
 
 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 52 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 34 of file CommonGaudiConfigurables.py.

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

Definition at line 25 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.DefaultedName

Definition at line 60 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.mod
Initial value:
1 = __import__('%s.%sConf' % (package, package),
2  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.