Skip to content

Commit

Permalink
Merge pull request #4405 from Martin-Grunewald/FixTypo
Browse files Browse the repository at this point in the history
Fix typo in parameter name - should be automatically forwarded to 72X as well
  • Loading branch information
davidlange6 committed Jul 3, 2014
2 parents 9fbb11a + cbdfe4a commit c830872
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SLHCUpgradeSimulations/Configuration/python/muonCustoms.py
Expand Up @@ -297,8 +297,10 @@ def customise_csc_hlt(process):
process.CSCGeometryESModule.useGangedStripsInME1a = False

process.hltCsc2DRecHits.readBadChannels = cms.bool(False)
process.hltCsc2DRecHits.CSCUseGasGainCorrection = cms.bool(False)
process.hltCsc2DRecHits.CSCUseGasGainCorrections = cms.bool(False)

process = customise_csc_Indexing(process)

# Switch input for CSCRecHitD to s i m u l a t e d digis

process.hltCsc2DRecHits.wireDigiTag = cms.InputTag("simMuonCSCDigis","MuonCSCWireDigi")
Expand Down

0 comments on commit c830872

Please sign in to comment.