CMS 3D CMS Logo

l1tPFPuppiHT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tPFPuppiHT = cms.EDProducer("HLTHtMhtProducer",
4  jetsLabel = cms.InputTag("l1tPhase1JetCalibrator9x9trimmed","Phase1L1TJetFromPfCandidates"),
5  maxEtaJetHt = cms.double(2.4),
6  minPtJetHt = cms.double(30.0)
7 )