CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cmsIdealGeometryDB_cfi.py
Go to the documentation of this file.
2 
3 PoolDBESSource = cms.ESSource("PoolDBESSource",
4  loadAll = cms.bool(True),
5  toGet = cms.VPSet(cms.PSet(
6  record = cms.string('IdealGeometryRecord'),
7  tag = cms.string('IdealGeometry01')
8  )),
9  DBParameters = cms.PSet(
10  messageLevel = cms.untracked.int32(0),
11  authenticationPath = cms.untracked.string('.')
12  ),
13  catalog = cms.untracked.string('file:PoolFileCatalog.xml'),
14  timetype = cms.string('runnumber'),
15  connect = cms.string('sqlite_file:testIdeal.db')
16 )
17 
18