From afb8556e1308b10db9ae002df04616e25d188b57 Mon Sep 17 00:00:00 2001 From: Sunanda Date: Wed, 2 Mar 2016 17:41:30 +0100 Subject: [PATCH] Correct hcal customization code --- SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py b/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py index e363865700e57..4b18e62338569 100644 --- a/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py +++ b/SLHCUpgradeSimulations/Configuration/python/HCalCustoms.py @@ -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( @@ -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