Skip to content

Commit

Permalink
drop parameters with identical values in the reference cfipy
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongeun committed Mar 31, 2021
1 parent 1a7d372 commit 3e6ac69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions PhysicsTools/PatAlgos/python/patMuonMerger_cfi.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import FWCore.ParameterSet.Config as cms
import PhysicsTools.PatAlgos.mergedMuonsNoCuts_cfi as _mod
mergedMuons = _mod.mergedMuonsNoCuts.clone(
muons = "slimmedMuons",
pfCandidates = "packedPFCandidates",
otherTracks = "lostTracks",
muonCut = "pt>15 && abs(eta)<2.4",
pfCandidatesCut = "pt>15 && abs(eta)<2.4",
lostTrackCut = "pt>15 && abs(eta)<2.4"
Expand Down

0 comments on commit 3e6ac69

Please sign in to comment.