Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 process = cms.Process("test_PedestalsFromExampleXmlFile")
00004 process.load("DQM.SiStripCommon.MessageLogger_cfi")
00005
00006 process.load("OnlineDB.SiStripESSources.PedestalsFromExampleXmlFile_cff")
00007
00008 process.load("IORawData.SiStripInputSources.EmptySource_cff")
00009
00010 process.test = cms.EDAnalyzer("test_PedestalsBuilder")
00011
00012 process.p = cms.Path(process.test)
00013 process.maxEvents.input = 2
00014