CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoLocalTracker/SiStripZeroSuppression/python/SiStripMeanCMExtractor_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiStripMeanCMExtractor = cms.EDProducer("SiStripMeanCMExtractor",
00004 
00005     CMCollection = cms.InputTag('siStripZeroSuppression','APVCM'), 
00006     Algorithm = cms.string("Pedestals"),
00007     NEvents = cms.uint32(100)
00008         
00009 )