The Gaudi Framework  v31r0 (aeb156f0)
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 11 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables._gbl = globals()
private

Definition at line 50 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  'FileCatalog': 'Gaudi__MultiFileCatalog',
12  'IODataManager': 'Gaudi__IODataManager',
13  'RootCnvSvc': 'Gaudi__RootCnvSvc',
14  'RootEvtSelector': 'Gaudi__RootEvtSelector',
15 }

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 57 of file CommonGaudiConfigurables.py.

Gaudi.CommonGaudiConfigurables.mod
Initial value:
1 = __import__('%s.%sConf' % (package, package), globals(), locals(),
2  ['%sConf' % package])

Definition at line 22 of file CommonGaudiConfigurables.py.

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

Definition at line 13 of file CommonGaudiConfigurables.py.