Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

L1Trigger/TrackerDTC fix for SLHCUpgradeSimulations/Geometry unit test failure (#29474) #29478

Merged
merged 1 commit into from Apr 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions L1Trigger/TrackerDTC/python/Producer_Defaults_cfi.py
Expand Up @@ -22,7 +22,7 @@
OffsetDetIdTP = cms.int32 ( -1 ), # tk layout det id minus TrackerTopology lower det id
OffsetLayerDisks = cms.int32 ( 10 ), # offset in layer ids between barrel layer and endcap disks
OffsetLayerId = cms.int32 ( 1 ), # offset between 0 and smallest layer id (barrel layer 1)
CheckHistory = cms.bool ( True ), #
CheckHistory = cms.bool ( False ), #
ProcessName = cms.string ( "HLT" ), #
ProductLabel = cms.string ( "XMLIdealGeometryESSource" ) #
),
Expand Down Expand Up @@ -74,4 +74,4 @@
MaxPitch = cms.double( .01 ) # max strip/pixel pitch of outer tracker sensors in cm
)

)
)