CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
test_PedestalsFromExampleXmlFile_cfg.py
Go to the documentation of this file.
2 
3 process = cms.Process("test_PedestalsFromExampleXmlFile")
4 process.load("DQM.SiStripCommon.MessageLogger_cfi")
5 
6 process.load("OnlineDB.SiStripESSources.PedestalsFromExampleXmlFile_cff")
7 
8 process.load("IORawData.SiStripInputSources.EmptySource_cff")
9 
10 process.test = cms.EDAnalyzer("test_PedestalsBuilder")
11 
12 process.p = cms.Path(process.test)
13 process.maxEvents.input = 2
14