CMS 3D CMS Logo

hltL1SingleNNTau150_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltL1SingleNNTau150 = cms.EDFilter("L1TPFTauFilter",
4  MaxEta = cms.double(2.172),
5  MinEta = cms.double(-2.172),
6  MinN = cms.int32(1),
7  MinPt = cms.double(150.0),
8  PassLooseNN = cms.int32(0),
9  Scalings = cms.PSet(
10  barrel = cms.vdouble(-9.54135, 1.73403, 0),
11  endcap = cms.vdouble(-36.157, 3.83749, 0)
12  ),
13  inputTag = cms.InputTag("l1tNNTauProducerPuppi","L1PFTausNN"),
14  saveTags = cms.bool(True)
15 )