The Gaudi Framework  v36r1 (3e2fb5a8)
Gaudi.CommonGaudiConfigurables Namespace Reference

Variables

list __all__ = []
 
list packages
 
 mod
 
 cls = getattr(mod, nam)
 
dictionary aliases
 
 _gbl = globals()
 
 DefaultedName
 

Variable Documentation

◆ __all__

list Gaudi.CommonGaudiConfigurables.__all__ = []
private

Definition at line 21 of file CommonGaudiConfigurables.py.

◆ _gbl

Gaudi.CommonGaudiConfigurables._gbl = globals()
private

Definition at line 60 of file CommonGaudiConfigurables.py.

◆ aliases

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

◆ cls

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

Definition at line 35 of file CommonGaudiConfigurables.py.

◆ DefaultedName

Gaudi.CommonGaudiConfigurables.DefaultedName

Definition at line 67 of file CommonGaudiConfigurables.py.

◆ mod

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

Definition at line 32 of file CommonGaudiConfigurables.py.

◆ packages

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

Definition at line 23 of file CommonGaudiConfigurables.py.