CMS 3D CMS Logo

debug_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 d0 = cms.EDAnalyzer("EventContentAnalyzer",
00004     verbose = cms.untracked.bool(False)
00005 )
00006 
00007 d1 = cms.EDFilter("DumpFEDRawDataProduct",
00008     #untracked vint32 feds = { 745 }
00009     dumpPayload = cms.untracked.bool(False)
00010 )
00011 
00012 debugpath = cms.Path(d0+d1)
00013 

Generated on Tue Jun 9 17:33:10 2009 for CMSSW by  doxygen 1.5.4