File indexing completed on 2024-04-06 12:25:04
0001 from CondCore.DBCommon.CondDBSetup_cfi import *
0002
0003 PhotonConversionMVAComputerRcd = cms.ESSource("PoolDBESSource",
0004 CondDBSetup,
0005 timetype = cms.untracked.string('runnumber'),
0006 toGet = cms.VPSet(cms.PSet(
0007 record = cms.string('PhotonConversionMVAComputerRcd'),
0008 tag = cms.string('some_pooldb_tag')
0009 )),
0010 connect = cms.string('sqlite_file:localconditions.db'),
0011 BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService')
0012 )
0013
0014