CMS 3D CMS Logo

pfNoPileUpJME_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfNoPileUpJME = cms.EDProducer("TPPFCandidatesOnPFCandidates",
4  bottomCollection = cms.InputTag("particleFlowPtrs"),
5  enable = cms.bool(True),
6  name = cms.untracked.string('pileUpOnPFCandidates'),
7  topCollection = cms.InputTag("pfPileUpJME"),
8 )