CMS 3D CMS Logo

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 )