CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/DQM/SiStripCommon/python/MessageLogger_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 process = cms.Process("MessageLogger")
00004 process.load("DQM.SiStripCommon.MessageLogger_cfi")
00005 
00006 process.JobReportService = cms.Service("JobReportService")
00007 
00008 process.SiteLocalConfigService = cms.Service("SiteLocalConfigService")
00009 
00010