CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CalibTracker/SiStripCommon/python/ShallowDigisProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 shallowDigis = cms.EDProducer("ShallowDigisProducer",
00004                               DigiProducersList = cms.VInputTag(
00005     cms.InputTag('siStripDigis','ZeroSuppressed'),
00006     cms.InputTag('siStripZeroSuppression','VirginRaw'),
00007     cms.InputTag('siStripZeroSuppression','ProcessedRaw'),
00008     cms.InputTag('siStripZeroSuppression','ScopeMode'))
00009                               )
00010