CMS 3D CMS Logo

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