Skip to content

Commit

Permalink
Merge pull request #11248 from jhgoh/BadChamberFix
Browse files Browse the repository at this point in the history
Do not use CSC Bad Chambers list during muon reconstruction
  • Loading branch information
cmsbuild committed Oct 2, 2015
2 parents a7128b4 + ac1f54d commit 3518337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SLHCUpgradeSimulations/Configuration/python/postLS1Customs.py
Expand Up @@ -759,6 +759,10 @@ def customise_Reco(process):
process.particleFlowClusterHO.pfClusterBuilder.positionCalc.logWeightDenominator = cms.double(0.05)
process.particleFlowClusterHO.pfClusterBuilder.allCellsPositionCalc.logWeightDenominator = cms.double(0.05)

# Muon reconstruction do not exclude bad chambers
if hasattr(process, 'muonDetIdAssociator'):
process.muonDetIdAssociator.includeBadChambers = cms.bool(True)

return process


Expand Down

0 comments on commit 3518337

Please sign in to comment.