CMS 3D CMS Logo

MEtoEDMConverter_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 MEtoEDMConverter = cms.EDFilter("MEtoEDMConverter",
00004     Name = cms.untracked.string('MEtoEDMConverter'),
00005     Verbosity = cms.untracked.int32(0), # 0 provides no output
00006                                         # 1 provides basic output
00007                                         # 2 provide more detailed output
00008     Frequency = cms.untracked.int32(50),
00009     MEPathToSave = cms.untracked.string('')
00010 )
00011 

Generated on Tue Jun 9 17:34:11 2009 for CMSSW by  doxygen 1.5.4