We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab4c58 commit 5b0a557Copy full SHA for 5b0a557
1 file changed
PWGDQ/Tasks/mftMchMatcher.cxx
@@ -460,8 +460,6 @@ struct mftMchMatcher {
460
TMFT const& mftTracks,
461
std::vector<std::pair<int64_t, int64_t>>& matchablePairs)
462
{
463
- static constexpr int muonPdgCode = 13;
464
-
465
// outer loop on muon tracks
466
for (const auto& muonTrack : muonTracks) {
467
// only consider MCH standalone or MCH-MID matches
@@ -473,7 +471,6 @@ struct mftMchMatcher {
473
471
if (!muonTrack.has_collision()) {
474
472
continue;
475
}
476
- auto muonCollisionId = muonTrack.collisionId();
477
478
// skip tracks that do not have an associated MC particle
479
if (!muonTrack.has_mcParticle()) {
0 commit comments