1 import FWCore.ParameterSet.Config
as cms
8 l1csctpdbconfsrc = cms.ESSource(
"PoolDBESSource",
10 timetype = cms.string(
'runnumber'),
13 connect = cms.string(
'oracle://cms_orcoff_prep/CMS_COND_CSC'),
17 record = cms.string(
'CSCDBL1TPParametersRcd'),
19 tag = cms.string(
'CSCDBL1TPParameters_hlt')
25 l1csctpdbconfsrc.DBParameters.authenticationPath = cms.untracked.string(
'/afs/cern.ch/cms/DB/conddb')
26 l1csctpdbconfsrc.DBParameters.authenticationMethod = cms.untracked.uint32(1)
30 es_prefer_l1csctpdbconfsrc = cms.ESPrefer(
"PoolDBESSource",
"l1csctpdbconfsrc")