CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQM/L1TMonitor/python/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.EDAnalyzer("DumpFEDRawDataProduct",
00008     #untracked vint32 feds = { 745 }
00009     dumpPayload = cms.untracked.bool(False)
00010 )
00011 
00012 debugpath = cms.Path(d0+d1)
00013