CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pfNoPileUp_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import CommonTools.ParticleFlow.tppfCandidatesOnPFCandidates_cfi as _mod
3 
4 pfNoPileUp = _mod.tppfCandidatesOnPFCandidates.clone(
5  enable = True,
6  name = "pileUpOnPFCandidates",
7  topCollection = "pfPileUp",
8  bottomCollection = "particleFlowTmpPtrs",
9  matchByPtrDirect = True
10 )