CMS 3D CMS Logo

l1t4PFPuppiJet40offMaxEta2p4_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1t4PFPuppiJet40offMaxEta2p4 = cms.EDFilter("L1TJetFilter",
4  MaxEta = cms.double(2.4),
5  MinEta = cms.double(-2.4),
6  MinN = cms.int32(4),
7  MinPt = cms.double(40.0),
8  Scalings = cms.PSet(
9  barrel = cms.vdouble(11.1254, 1.40627, 0),
10  endcap = cms.vdouble(42.4039, 1.33052, 0),
11  overlap = cms.vdouble(24.8375, 1.4152, 0)
12  ),
13  inputTag = cms.InputTag("l1tPhase1JetCalibrator9x9trimmed","Phase1L1TJetFromPfCandidates")
14 )