1 import FWCore.ParameterSet.Config
as cms
6 l1csctpdbconfsrc = cms.ESSource(
"PoolDBESSource",
8 timetype = cms.string(
'runnumber'),
11 connect = cms.string(
'oracle://cms_orcoff_prep/CMS_COND_CSC'),
15 record = cms.string(
'CSCDBL1TPParametersRcd'),
17 tag = cms.string(
'CSCDBL1TPParameters_hlt')
23 l1csctpdbconfsrc.DBParameters.authenticationPath = cms.untracked.string(
'/afs/cern.ch/cms/DB/conddb')
24 l1csctpdbconfsrc.DBParameters.authenticationMethod = cms.untracked.uint32(1)
28 es_prefer_l1csctpdbconfsrc = cms.ESPrefer(
"PoolDBESSource",
"l1csctpdbconfsrc")