Skip to content

Commit

Permalink
EcalUncalibRecHitProducerGPU: remove unused "shouldTransferToHost" pa…
Browse files Browse the repository at this point in the history
…rameter (#463)
  • Loading branch information
fwyzard committed Nov 27, 2020
1 parent ac1b226 commit 4543ff3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions HLTrigger/Configuration/python/customizeHLTforPatatrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,7 @@ def customise_gpu_ecal(process):
outOfTimeThresholdGain61pEE = cms.double(1000.0),
kernelMinimizeThreads = cms.vuint32(32, 1, 1),
maxNumberHits = cms.uint32(20000),
shouldRunTimingComputation = cms.bool(False),
shouldTransferToHost = cms.bool(True)
shouldRunTimingComputation = cms.bool(False)
)

process.hltEcalUncalibRecHitSoA = cms.EDProducer("EcalCPUUncalibRecHitProducer",
Expand Down

0 comments on commit 4543ff3

Please sign in to comment.