src
L1Trigger
RegionalCaloTrigger
python
rctLutWriter_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
rctLutWriter = cms.EDAnalyzer(
"L1RCTLutWriter"
,
4
useDebugTpgScales = cms.bool(
False
),
5
key = cms.string(
'dummy'
)
6
)
7
8
9
Generated for CMSSW Reference Manual by
1.8.14