Skip to content

Commit

Permalink
Correct hcal customization code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Mar 2, 2016
1 parent a4d5cdc commit afb8556
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py
Original file line number Diff line number Diff line change
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 afb8556

Please sign in to comment.