![]() |
|
|||
File indexing completed on 2023-10-25 09:36:04
0001 import FWCore.ParameterSet.Config as cms 0002 import CommonTools.ParticleFlow.tppfCandidatesOnPFCandidates_cfi as _mod 0003 0004 pfNoMuon = _mod.tppfCandidatesOnPFCandidates.clone( 0005 enable = True, 0006 name = "noMuon", 0007 topCollection = "pfIsolatedMuons", 0008 bottomCollection = "pfNoPileUp", 0009 ) 0010 0011 pfNoMuonJME = pfNoMuon.clone( 0012 bottomCollection = "pfNoPileUpJME" 0013 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |