1 import FWCore.ParameterSet.Config
as cms
3 hltPfPileUpJME = cms.EDProducer(
"PFPileUp",
4 PFCandidates = cms.InputTag(
"hltParticleFlowPtrs"),
5 Vertices = cms.InputTag(
"hltGoodOfflinePrimaryVertices"),
6 checkClosestZVertex = cms.bool(
False),
7 enable = cms.bool(
True),
8 useVertexAssociation = cms.bool(
False),
9 verbose = cms.untracked.bool(
False),
10 vertexAssociation = cms.InputTag(
""),
11 vertexAssociationQuality = cms.int32(7)