CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10/src/EventFilter/SiStripRawToDigi/python/SiStripRawToClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoLocalTracker.SiStripClusterizer.DefaultClusterizer_cff import *
00004 from RecoLocalTracker.SiStripZeroSuppression.DefaultAlgorithms_cff import *
00005 SiStripRawToClustersFacility = cms.EDProducer("SiStripRawToClusters",
00006                                               Clusterizer = DefaultClusterizer,
00007                                               Algorithms = DefaultAlgorithms,
00008                                               DoAPVEmulatorCheck = cms.bool(False),
00009                                               ProductLabel = cms.InputTag('rawDataCollector')
00010                                               )