Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005 from CondCore.DBCommon.CondDBSetup_cfi import *
00006
00007
00008 l1csctpdbconfsrc = cms.ESSource("PoolDBESSource",
00009 CondDBSetup,
00010 timetype = cms.string('runnumber'),
00011
00012
00013 connect = cms.string('oracle://cms_orcoff_prep/CMS_COND_CSC'),
00014
00015 toGet = cms.VPSet(
00016 cms.PSet(
00017 record = cms.string('CSCDBL1TPParametersRcd'),
00018
00019 tag = cms.string('CSCDBL1TPParameters_hlt')
00020
00021 )
00022 )
00023 )
00024
00025 l1csctpdbconfsrc.DBParameters.authenticationPath = cms.untracked.string('/afs/cern.ch/cms/DB/conddb')
00026 l1csctpdbconfsrc.DBParameters.authenticationMethod = cms.untracked.uint32(1)
00027
00028
00029
00030 es_prefer_l1csctpdbconfsrc = cms.ESPrefer("PoolDBESSource","l1csctpdbconfsrc")