CMS 3D CMS Logo

GctRawToText_cfi.py

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

Generated on Tue Jun 9 17:40:26 2009 for CMSSW by  doxygen 1.5.4