Main Page
Namespaces
Classes
Package Documentation
L1Trigger
TextToDigi
python
GctRawToText_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
gctRawToText = cms.EDAnalyzer(
"RawToText"
,
4
GctFedId = cms.untracked.int32(745),
5
inputLabel = cms.InputTag(
"text2raw"
),
6
filename = cms.untracked.string(
'gctFromRaw.txt'
)
7
)
8
9
Generated for CMSSW Reference Manual by
1.8.11