Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:07

0001 import FWCore.ParameterSet.Config as cms
0002 import CommonTools.ParticleFlow.tppfJetsOnPFCandidates_cfi as _mod
0003 
0004 pfNoJet = _mod.tppfJetsOnPFCandidates.clone(
0005     enable = True,
0006     name = "noJet",
0007     topCollection = "pfJetsPtrs",
0008     bottomCollection = "pfNoElectronJME",
0009 )