Skip to content

Commit

Permalink
Merge pull request #35119 from srimanob/121_AddFakeAlignmentToTracker…
Browse files Browse the repository at this point in the history
…GeometryTest

Adding fake alignment to make tracker geometry test work
  • Loading branch information
cmsbuild authored Sep 2, 2021
2 parents 08d1233 + 905a86b commit 2f9cb1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
fromDDD = cms.bool(True)
)

process.load("Alignment.CommonAlignmentProducer.FakeAlignmentSource_cfi")
process.preferFakeAlign = cms.ESPrefer("FakeAlignmentSource")

process.p1 = cms.Path(process.prod)


Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@

process.source = cms.Source("EmptySource")

process.load("Alignment.CommonAlignmentProducer.FakeAlignmentSource_cfi")
process.preferFakeAlign = cms.ESPrefer("FakeAlignmentSource")

process.maxEvents = cms.untracked.PSet(
input = cms.untracked.int32(1)
)
Expand Down

0 comments on commit 2f9cb1e

Please sign in to comment.