Skip to content

Commit

Permalink
Merge pull request #23615 from tagay/fix-systematic-misalignment
Browse files Browse the repository at this point in the history
fix testProduceSystematicMisalignment_cfg.py
  • Loading branch information
cmsbuild committed Jun 20, 2018
2 parents c6670fd + 62386b1 commit e6fef05
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

process.load("Configuration.Geometry.GeometryRecoDB_cff")

process.load("CondCore.DBCommon.CondDBSetup_cfi")
process.load("CondCore.CondDB.CondDB_cfi")
process.source = cms.Source("EmptySource",
firstRun=cms.untracked.uint32(runnumberalignmentIOV),
)
Expand All @@ -56,7 +56,7 @@
cms.PSet(
record = cms.string('TrackerAlignmentRcd'),
tag = cms.string(alignmenttag),
connect = cms.untracked.string('sqlite_file:'+inputsqlitefile),
connect = cms.string('sqlite_file:'+inputsqlitefile),
),
)

Expand Down

0 comments on commit e6fef05

Please sign in to comment.