CMS 3D CMS Logo

l1GctPrintLuts_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1GctPrintLuts = cms.EDAnalyzer("L1GctPrintLuts",
4  jetRanksFilename = cms.untracked.string("gctJetRanksContents.txt"),
5  hfSumLutFilename = cms.untracked.string("gctHfSumLutContents.txt")
6  )
7 
8