CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoEgamma/EgammaTools/python/PhotonConversionMVAComputer_cfi.py

Go to the documentation of this file.
00001 from CondCore.DBCommon.CondDBSetup_cfi import *
00002 
00003 PhotonConversionMVAComputerRcd = cms.ESSource("PoolDBESSource",
00004         CondDBSetup,
00005         timetype = cms.untracked.string('runnumber'),
00006         toGet = cms.VPSet(cms.PSet(
00007             record = cms.string('PhotonConversionMVAComputerRcd'),
00008             tag = cms.string('some_pooldb_tag')
00009             )),
00010         connect = cms.string('sqlite_file:localconditions.db'),
00011         BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService')
00012         )
00013 
00014