CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiStripMonitorHardware/python/SiStripFEDEmulator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoLocalTracker.SiStripZeroSuppression.DefaultAlgorithms_cff import *
00004 
00005 SiStripFEDEmulator = cms.EDProducer("SiStripFEDEmulatorModule",
00006     SpyReorderedDigisTag = cms.InputTag('SiStripSpyDigiConverter','Reordered'),
00007     SpyVirginRawDigisTag = cms.InputTag('SiStripSpySigiConverter','VirginRaw'),
00008     ByModule = cms.bool(True),
00009     Algorithms = DefaultAlgorithms
00010 )