Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:45:22

0001 import FWCore.ParameterSet.Config as cms
0002 import CommonTools.ParticleFlow.tppfCandidatesOnPFCandidates_cfi as _mod
0003 
0004 pfNoPileUp = _mod.tppfCandidatesOnPFCandidates.clone(
0005     enable =  True,
0006     name = "pileUpOnPFCandidates",
0007     topCollection = "pfPileUp",
0008     bottomCollection = "particleFlowTmpPtrs",
0009     matchByPtrDirect = True
0010 )