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