Skip to content

Commit

Permalink
Merge pull request #13557 from bsunanda/Run2-hcx73
Browse files Browse the repository at this point in the history
bsunada:Run2-hcx73 Correct hcal customization code
  • Loading branch information
cmsbuild committed Mar 3, 2016
2 parents 5f51356 + afb8556 commit 7c6de14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py
Expand Up @@ -6,7 +6,6 @@ def customise_HcalPhase0(process):
if hasattr(process,'mix') and hasattr(process.mix,'digitizers') and hasattr(process.mix.digitizers,'hcal'):
process.mix.digitizers.hcal.HcalReLabel.RelabelHits=cms.untracked.bool(True)

process.es_hardcode.HcalReLabel.RelabelHits = cms.untracked.bool(True)
process.es_hardcode.HEreCalibCutoff = cms.double(20.) #for aging

process.es_hardcode.toGet = cms.untracked.vstring(
Expand Down Expand Up @@ -47,7 +46,6 @@ def customise_HcalPhase1(process):
'CovarianceMatrices'
)

process.es_hardcode.HcalReLabel.RelabelHits=cms.untracked.bool(True)
# Special Upgrade trick (if absent - regular case assumed)
process.es_hardcode.GainWidthsForTrigPrims = cms.bool(True)
process.es_hardcode.HEreCalibCutoff = cms.double(100.) #for aging
Expand Down

0 comments on commit 7c6de14

Please sign in to comment.