CMS 3D CMS Logo

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