The Gaudi Framework  master (37c0b60a)
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 22 of file CommonGaudiConfigurables.py.

◆ _gbl

Gaudi.CommonGaudiConfigurables._gbl = globals()
private

Definition at line 68 of file CommonGaudiConfigurables.py.

◆ aliases

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

◆ cls

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

Definition at line 43 of file CommonGaudiConfigurables.py.

◆ DefaultedName

Gaudi.CommonGaudiConfigurables.DefaultedName

Definition at line 75 of file CommonGaudiConfigurables.py.

◆ mod

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

Definition at line 39 of file CommonGaudiConfigurables.py.

◆ packages

list Gaudi.CommonGaudiConfigurables.packages
Initial value:
1 = [
2  "GaudiCoreSvc",
3  "GaudiCommonSvc",
4  "GaudiSvc",
5  "GaudiAud",
6  "GaudiPoolDb",
7  "RootHistCnv",
8  "GaudiUtils",
9  "RootCnv",
10 ]

Definition at line 24 of file CommonGaudiConfigurables.py.