1
2
3
4
5
6
7
8
|
import FWCore.ParameterSet.Config as cms
hltPfNoPileUpJME = cms.EDProducer("TPPFCandidatesOnPFCandidates",
bottomCollection = cms.InputTag("hltParticleFlowPtrs"),
enable = cms.bool(True),
name = cms.untracked.string('pileUpOnPFCandidates'),
topCollection = cms.InputTag("hltPfPileUpJME")
)
|