Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from CondCore.DBCommon.CondDBSetup_cfi import *
00004
00005 RPCCalibPerf = cms.ESSource("PoolDBESSource",
00006 CondDBSetup,
00007 timetype = cms.string('runnumber'),
00008 toGet = cms.VPSet(cms.PSet(
00009 record = cms.string('RPCStripNoisesRcd'),
00010
00011 tag = cms.string('RPCStripNoise_CRAFTV00_mc')
00012 )),
00013
00014 connect = cms.string('frontier://FrontierProd/CMS_COND_21X_RPC'),
00015 authenticationMethod = cms.untracked.uint32(0)
00016 )
00017
00018