CMS 3D CMS Logo

l1t4PFPuppiJet25OnlineMaxEta2p4_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1t4PFPuppiJet25OnlineMaxEta2p4 = cms.EDFilter("L1TJetFilter",
4  MaxEta = cms.double(2.4),
5  MinEta = cms.double(-2.4),
6  MinN = cms.int32(4),
7  MinPt = cms.double(25.0),
8  inputTag = cms.InputTag("l1tPhase1JetCalibrator9x9trimmed","Phase1L1TJetFromPfCandidates")
9 )