CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GctRawToText_cfi.py
Go to the documentation of this file.
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