Skip to content

Commit

Permalink
Merge pull request #5910 from dnash86/me0segment-box-size-fix
Browse files Browse the repository at this point in the history
Fixed me0segment box size
  • Loading branch information
cmsbuild committed Oct 24, 2014
2 parents fc7d1a5 + 6dc233a commit 6222e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoLocalMuon/GEMRecHit/python/me0Segments_cfi.py
Expand Up @@ -10,8 +10,8 @@
dXclusBoxMax = cms.double(1.),
dYclusBoxMax = cms.double(5.),
preClusteringUseChaining = cms.bool(True),
dPhiChainBoxMax = cms.double(1.),
dEtaChainBoxMax = cms.double(1.),
dPhiChainBoxMax = cms.double(.02),
dEtaChainBoxMax = cms.double(.05),
maxRecHitsInCluster = cms.int32(6)
)
)

0 comments on commit 6222e28

Please sign in to comment.