CMS 3D CMS Logo

l1tSeedConePFJetProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tSeedConePFJetProducer = cms.EDProducer("L1SeedConePFJetProducer",
4  L1PFObjects = cms.InputTag("l1tLayer1","Puppi"),
5  nJets = cms.uint32(10),
6  coneSize = cms.double(0.4),
7  HW = cms.bool(False),
8  debug = cms.bool(False)
9  )
10 
11 l1tSeedConePFJetEmulatorProducer = l1tSeedConePFJetProducer.clone(HW = True)
12