L1Trigger
DemonstratorTools
python
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
)
Generated for CMSSW Reference Manual by
1.8.14