CMS 3D CMS Logo

GctRawToText_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 gctRawToText = cms.EDAnalyzer("RawToText",
4  GctFedId = cms.untracked.int32(745),
5  inputLabel = cms.InputTag("text2raw"),
6  filename = cms.untracked.string('gctFromRaw.txt')
7 )
8 
9