CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
pfNoMuon_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import CommonTools.ParticleFlow.tppfCandidatesOnPFCandidates_cfi as _mod
3 
4 pfNoMuon = _mod.tppfCandidatesOnPFCandidates.clone(
5  enable = True,
6  name = "noMuon",
7  topCollection = "pfIsolatedMuons",
8  bottomCollection = "pfNoPileUp",
9 )
10 
11 pfNoMuonJME = pfNoMuon.clone(
12  bottomCollection = "pfNoPileUpJME"
13 )