CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/L1Trigger/TextToDigi/python/GctDigiToPsbText_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 GctDigiToPsbText = cms.EDAnalyzer("GctDigiToPsbText",
00004     GctInputLabel = cms.InputTag("gtPsbTextToDigi"),
00005     TextFileName = cms.string('psb-out-'),
00006     HexUpperCase = cms.untracked.bool(False)
00007 )
00008 
00009