Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysarina committed Aug 28, 2024
1 parent f474d22 commit a0093c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQM/src/DQM/SampleValidation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ int SampleValidation::pdgid_label(const int pdgid) {
if (pdgid == 22) label = 5; // γ
if (pdgid == 2212) label = 6; // proton
if (pdgid == 2112) label = 7; // neutron
if (pdgid == 211) label = 8; //π+
if (pdgid == -211) label = 9; //π-
if (pdgid == 111) label = 10; //π0
if (pdgid == 211) label = 8; // π+
if (pdgid == -211) label = 9; // π-
if (pdgid == 111) label = 10; // π0
if (pdgid == 321) label = 11; // K+
if (pdgid == -321) label = 12; // K-
if (pdgid == 130) label = 13; // K-Long
Expand Down

0 comments on commit a0093c2

Please sign in to comment.