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