CMS 3D CMS Logo

hltHgcalSoALayerClustersProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltHgcalSoALayerClustersProducer = cms.EDProducer("HGCalSoALayerClustersProducer@alpaka",
4  alpaka = cms.untracked.PSet(
5  backend = cms.untracked.string('')
6  ),
7  hgcalRecHitsLayerClustersSoA = cms.InputTag("hltHgcalSoARecHitsLayerClustersProducer"),
8  hgcalRecHitsSoA = cms.InputTag("hltHgcalSoARecHitsProducer"),
9  positionDeltaRho2 = cms.double(1.69),
10  thresholdW0 = cms.double(2.9)
11 )