CMS 3D CMS Logo

Variables

cmsIdealGeometryDB_cfi Namespace Reference

Variables

tuple PoolDBESSource

Variable Documentation

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002     loadAll = cms.bool(True),
00003     toGet = cms.VPSet(cms.PSet(
00004         record = cms.string('IdealGeometryRecord'),
00005         tag = cms.string('IdealGeometry01')
00006     )),
00007     DBParameters = cms.PSet(
00008         messageLevel = cms.untracked.int32(0),
00009         authenticationPath = cms.untracked.string('.')
00010     ),
00011     catalog = cms.untracked.string('file:PoolFileCatalog.xml'),
00012     timetype = cms.string('runnumber'),
00013     connect = cms.string('sqlite_file:testIdeal.db')
00014 )

Definition at line 3 of file cmsIdealGeometryDB_cfi.py.