|
||||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |