CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
debug_cff.py
Go to the documentation of this file.
2 
3 d0 = cms.EDAnalyzer("EventContentAnalyzer",
4  verbose = cms.untracked.bool(False)
5 )
6 
7 d1 = cms.EDAnalyzer("DumpFEDRawDataProduct",
8  #untracked vint32 feds = { 745 }
9  dumpPayload = cms.untracked.bool(False)
10 )
11 
12 debugpath = cms.Path(d0+d1)
13