CMS 3D CMS Logo

hltHgcalLayerClustersFromSoAProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltHgCalLayerClustersFromSoAProducer = cms.EDProducer("HGCalLayerClustersFromSoAProducer",
4  detector = cms.string('EE'),
5  hgcalRecHitsLayerClustersSoA = cms.InputTag("hltHgcalSoARecHitsLayerClustersProducer"),
6  hgcalRecHitsSoA = cms.InputTag("hltHgcalSoARecHitsProducer"),
7  nHitsTime = cms.uint32(3),
8  src = cms.InputTag("hltHgcalSoALayerClustersProducer"),
9  timeClname = cms.string('timeLayerCluster')
10 )
11 
12