CMS 3D CMS Logo

hltPfPileUpJME_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
12 )