Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-04-17 02:42:26

0001 from CondCore.DBCommon.CondDBSetup_cfi import *
0002 
0003 PhotonConversionMVAComputerRcd = cms.ESSource("PoolDBESSource",
0004         CondDBSetup,
0005         toGet = cms.VPSet(cms.PSet(
0006             record = cms.string('PhotonConversionMVAComputerRcd'),
0007             tag = cms.string('some_pooldb_tag')
0008             )),
0009         connect = cms.string('sqlite_file:localconditions.db'),
0010         )
0011 
0012