test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PhotonConversionMVAComputer_cfi.py
Go to the documentation of this file.
2 
3 PhotonConversionMVAComputerRcd = cms.ESSource("PoolDBESSource",
4  CondDBSetup,
5  timetype = cms.untracked.string('runnumber'),
6  toGet = cms.VPSet(cms.PSet(
7  record = cms.string('PhotonConversionMVAComputerRcd'),
8  tag = cms.string('some_pooldb_tag')
9  )),
10  connect = cms.string('sqlite_file:localconditions.db'),
11  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService')
12  )
13 
14