CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
pfNoPileUp_cfi.py
Go to the documentation of this file.
2 
3 pfNoPileUp = cms.EDProducer(
4  "TPPFCandidatesOnPFCandidates",
5  enable = cms.bool( True ),
6  verbose = cms.untracked.bool( False ),
7  name = cms.untracked.string("pileUpOnPFCandidates"),
8  topCollection = cms.InputTag("pfPileUp"),
9  bottomCollection = cms.InputTag("particleFlowTmpPtrs"),
10 )