CMS 3D CMS Logo

l1tMETPFProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tMETPFProducer = cms.EDProducer("L1MetPfProducer",
4  L1PFObjects = cms.InputTag("l1tLayer1","Puppi"),
5  maxCands = cms.int32(128),
6 )