CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiStripCommon/python/test_MessageLogger_cfg.py

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