CMS 3D CMS Logo

pfNoJet_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import CommonTools.ParticleFlow.tppfJetsOnPFCandidates_cfi as _mod
3 
4 pfNoJet = _mod.tppfJetsOnPFCandidates.clone(
5  enable = True,
6  name = "noJet",
7  topCollection = "pfJetsPtrs",
8  bottomCollection = "pfNoElectronJME",
9 )