Skip to content

Commit

Permalink
Merge pull request cms-sw#108 from MRD2F/CMSSW_9_4_X_DPFIso_deepTau
Browse files Browse the repository at this point in the history
Remove assigning value of variable to itself
  • Loading branch information
mbluj authored Nov 21, 2018
2 parents 7c78a26 + dd06afa commit 94d4d95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoTauTag/RecoTau/plugins/DPFIsolation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class DPFIsolation : public deep_tau::DeepTauBase {
pfCandHits = pfCandHits/30.;

if (pfCandPtRelPtRel > 1) pfCandPtRelPtRel = 1;
pfCandPtRelPtRel = pfCandPtRelPtRel;

if (pfCandD0 > 5.) pfCandD0 = 5.;
if (pfCandD0 < -5.) pfCandD0 = -5.;
Expand Down

0 comments on commit 94d4d95

Please sign in to comment.