CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/L1Trigger/TextToDigi/python/GctRawToText_cfi.py

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