CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py

Go to the documentation of this file.
00001 #-------------- EcnaSystemPythoModuleInsert_1 / beginning
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 process = cms.Process("ECNA")
00005 
00006 #-------------- Message Logger
00007 process.MessageLogger = cms.Service("MessageLogger",
00008                                     suppressInfo = cms.untracked.vstring('ecalEBunpacker'),
00009                                     destinations = cms.untracked.vstring('last_job_INFOS.txt')
00010                                     )
00011 #-------------- EcnaSystemPythoModuleInsert_1 / end