File indexing completed on 2024-08-21 04:46:34
0001 import FWCore.ParameterSet.Config as cms
0002
0003 hltPfPileUpJME = cms.EDProducer("PFPileUp",
0004 PFCandidates = cms.InputTag("hltParticleFlowPtrs"),
0005 Vertices = cms.InputTag("hltGoodOfflinePrimaryVertices"),
0006 checkClosestZVertex = cms.bool(False),
0007 enable = cms.bool(True),
0008 useVertexAssociation = cms.bool(False),
0009 verbose = cms.untracked.bool(False),
0010 vertexAssociation = cms.InputTag(""),
0011 vertexAssociationQuality = cms.int32(7)
0012 )