Skip to content

Commit

Permalink
Fix HLT customisation following the HBHE updates (#537)
Browse files Browse the repository at this point in the history
Remove from the customisation the parameters that are no longer present in HcalDigisProducerGPU.
  • Loading branch information
fwyzard committed Aug 16, 2020
1 parent 4fb4df7 commit 8f84dde
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions HLTrigger/Configuration/python/customizeHLTforPatatrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,7 @@ def customise_gpu_hcal(process):
digisLabelF3HB = cms.string(""),
maxChannelsF01HE = cms.uint32(10000),
maxChannelsF5HB = cms.uint32(10000),
maxChannelsF3HB = cms.uint32(10000),
nsamplesF01HE = cms.uint32(8),
nsamplesF5HB = cms.uint32(8),
nsamplesF3HB = cms.uint32(8)
maxChannelsF3HB = cms.uint32(10000)
)

from RecoLocalCalo.HcalRecProducers.hbheRecHitProducerGPU_cfi import hbheRecHitProducerGPU as _hbheRecHitProducerGPU
Expand Down

0 comments on commit 8f84dde

Please sign in to comment.