Skip to content

Commit 5b0a557

Browse files
committed
[PWGDQ] removed unused variables
1 parent 4ab4c58 commit 5b0a557

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGDQ/Tasks/mftMchMatcher.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,6 @@ struct mftMchMatcher {
460460
TMFT const& mftTracks,
461461
std::vector<std::pair<int64_t, int64_t>>& matchablePairs)
462462
{
463-
static constexpr int muonPdgCode = 13;
464-
465463
// outer loop on muon tracks
466464
for (const auto& muonTrack : muonTracks) {
467465
// only consider MCH standalone or MCH-MID matches
@@ -473,7 +471,6 @@ struct mftMchMatcher {
473471
if (!muonTrack.has_collision()) {
474472
continue;
475473
}
476-
auto muonCollisionId = muonTrack.collisionId();
477474

478475
// skip tracks that do not have an associated MC particle
479476
if (!muonTrack.has_mcParticle()) {

0 commit comments

Comments
 (0)