Skip to content

Commit

Permalink
Remove fallthrough and add break as suggested in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Sep 10, 2019
1 parent c30880f commit b8a5199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoJets/JetProducers/src/JetSpecific.cc
Expand Up @@ -397,7 +397,7 @@ bool reco::makeSpecific(std::vector<reco::CandidatePtr> const& mcparticles, GenJ
case 13: // muon
genJetSpecific->m_MuonEnergy += e;
++(genJetSpecific->m_MuonMultiplicity);
[[fallthrough]];
break;
case 211: //pi+-
case 321: //K
case 2212: //p
Expand Down

0 comments on commit b8a5199

Please sign in to comment.