CMS 3D CMS Logo

l1tGTTFileReader_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tGTTFileReader = cms.EDProducer('GTTFileReader',
4  files = cms.vstring("gttOutput_0.txt"), #, "gttOutput_1.txt"),
5  format = cms.untracked.string("APx")
6 )