Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:19:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 l1GctPrintLuts = cms.EDAnalyzer("L1GctPrintLuts",
0004     jetRanksFilename = cms.untracked.string("gctJetRanksContents.txt"),
0005     hfSumLutFilename = cms.untracked.string("gctHfSumLutContents.txt")
0006                                 )
0007 
0008