CMS 3D CMS Logo

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