CMS 3D CMS Logo

SiStripSpyEventSummaryProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 SiStripSpyEventSummary = cms.EDProducer('SiStripSpyEventSummaryProducer',
4  RawDataTag = cms.InputTag('source'),
5  RunType = cms.uint32(2) #Pedestals, see DataFormats/SiStripCommon/interface/ConstantsForRunType.h
6 )