We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a456ed commit 5fdab9aCopy full SHA for 5fdab9a
1 file changed
PWGDQ/Tasks/qaMatching.cxx
@@ -1610,7 +1610,7 @@ struct qaMatching {
1610
continue;
1611
// get the index associated to the MC particle
1612
auto muonMcParticle = muonTrack.mcParticle();
1613
- if (std::abs(muonMcParticle.pdgCode()) != 13)
+ if (std::abs(muonMcParticle.pdgCode()) != kMuonMinus)
1614
1615
1616
int64_t muonMcTrackIndex = muonMcParticle.globalIndex();
0 commit comments