Skip to content

Commit

Permalink
Merge pull request #33411 from akhukhun/fixHcalTagDumping
Browse files Browse the repository at this point in the history
Fix conditions dumping for specific tags
  • Loading branch information
cmsbuild authored Apr 27, 2021
2 parents 305384e + 2efa7db commit 4a20068
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CondTools/Hcal/test/runDumpHcalCond_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ def inGeometryKeys(opt):

if options.dbfile and options.dblist:
process.es_dbfile = cms.ESSource("PoolDBESSource",
process.CondDBSetup,
timetype = cms.string('runnumber'),
connect = cms.string(options.dbfile),
authenticationMethod = cms.untracked.uint32(0),
Expand All @@ -151,7 +150,6 @@ def inGeometryKeys(opt):

if options.frontierloc and options.frontierlist:
process.es_frontier = cms.ESSource("PoolDBESSource",
process.CondDBSetup,
timetype = cms.string('runnumber'),
connect = cms.string(options.frontierloc),
authenticationMethod = cms.untracked.uint32(0),
Expand Down

0 comments on commit 4a20068

Please sign in to comment.