CMS 3D CMS Logo

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