Skip to content

Commit

Permalink
use frontier connection for SiStripApvSimulationParameters DB object
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Nov 29, 2019
1 parent 6c0d50a commit 98e933e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ def activateSiStripAPVDynamicGain(process):
process.GlobalTag.toGet=cms.VPSet()

process.GlobalTag.toGet.extend(cms.VPSet(cms.PSet(record = cms.string('SiStripApvSimulationParametersRcd'),
tag = cms.string('SiStripApvSimulationParameters_2016preVFP_v1'),
#connect = cms.string('frontier://FrontierPrep/CMS_CONDITIONS'))
connect = cms.string('sqlite_file:/tmp/musich/CMSSW_11_0_X_2019-09-16-2300/src/CondTools/SiStrip/test/dbfile.db'))
tag = cms.string('SiStripApvSimulationParameters_2016preVFP_v0'),
connect = cms.string('frontier://FrontierPrep/CMS_CONDITIONS'))
)
)
return process

0 comments on commit 98e933e

Please sign in to comment.