CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcnaSystemPythonModuleInsert_1.py
Go to the documentation of this file.
1 #-------------- EcnaSystemPythoModuleInsert_1 / beginning
2 import FWCore.ParameterSet.Config as cms
3 
4 process = cms.Process("ECNA")
5 
6 #-------------- Message Logger
7 process.MessageLogger = cms.Service("MessageLogger",
8  suppressInfo = cms.untracked.vstring('ecalEBunpacker'),
9  destinations = cms.untracked.vstring('last_job_INFOS.txt')
10  )
11 #-------------- EcnaSystemPythoModuleInsert_1 / end