|
Gaudi Framework, version v23r3 |
| Home | Generated: Thu Jun 28 2012 |


Public Member Functions | |
| def | __apply_configuration__ |
Static Private Attributes | |
| dictionary | __slots__ = {} |
Configurable to enable ROOT-based persistency. Note: it requires Gaudi::RootCnvSvc (package RootCnv).
Definition at line 121 of file Configuration.py.
| def Gaudi::Configuration::GaudiPersistency::__apply_configuration__ | ( | self ) |
Apply low-level configuration
Reimplemented from GaudiKernel::Configurable::ConfigurableUser.
Definition at line 127 of file Configuration.py.
00128 : 00129 """Apply low-level configuration""" 00130 from Configurables import (ApplicationMgr, 00131 PersistencySvc, 00132 FileRecordDataSvc, 00133 EventPersistencySvc, 00134 ) 00135 # aliased names 00136 from Configurables import (RootCnvSvc, 00137 RootEvtSelector, 00138 IODataManager, 00139 FileCatalog, 00140 ) 00141 cnvSvcs = [ RootCnvSvc() ] 00142 EventPersistencySvc().CnvServices += cnvSvcs 00143 PersistencySvc("FileRecordPersistencySvc").CnvServices += cnvSvcs 00144 app = ApplicationMgr() 00145 app.SvcOptMapping += [ FileCatalog(), IODataManager(), 00146 RootCnvSvc() ] 00147 app.ExtSvc += [ FileRecordDataSvc() ]
dictionary Gaudi::Configuration::GaudiPersistency::__slots__ = {} [static, private] |
Reimplemented from GaudiKernel::Configurable::ConfigurableUser.
Definition at line 126 of file Configuration.py.