CMS 3D CMS Logo

SiStripClusterToDigiProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siStripClustersToDigis = cms.EDProducer("SiStripClusterToDigiProducer",
4  ClusterProducer = cms.InputTag('siStripClusters','')
5  )