Main Page
Namespaces
Classes
Package Documentation
EventFilter
L1TRawToDigi
python
amc13DumpToRaw_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
amc13DumpToRaw = cms.EDProducer(
4
"AMC13DumpToRaw"
,
5
6
filename = cms.untracked.string(
"data.txt"
),
7
fedId = cms.untracked.int32(1352)
8
9
)
Generated for CMSSW Reference Manual by
1.8.11