Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 gctRawToText = cms.EDAnalyzer("RawToText",
00004 GctFedId = cms.untracked.int32(745),
00005 inputLabel = cms.InputTag("text2raw"),
00006 filename = cms.untracked.string('gctFromRaw.txt')
00007 )
00008
00009