CMS 3D CMS Logo

ticlLayerTileProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ticlLayerTileProducer = cms.EDProducer("TICLLayerTileProducer",
4  detector = cms.string('HGCAL'),
5  layer_HFNose_clusters = cms.InputTag("hgcalLayerClustersHFNose"),
6  layer_clusters = cms.InputTag("hgcalMergeLayerClusters"),
7  mightGet = cms.optional.untracked.vstring
8 )