src
L1Trigger
Phase2L1ParticleFlow
python
l1tMHTPFProducer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1tMHTPFProducer = cms.EDProducer(
"L1MhtPfProducer"
,
4
jets = cms.InputTag(
"l1tSCPFL1PuppiEmulator"
),
5
minJetPt = cms.double(30.0),
6
maxJetEta = cms.double(2.4)
7
)
Generated for CMSSW Reference Manual by
1.8.14