Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
DQM
L1TMonitor
python
debug_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5