Skip to content

Commit

Permalink
MegaLinter: Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdnese committed Dec 10, 2024
1 parent 8c35a8f commit 7ba1614
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2366,8 +2366,6 @@ struct AnalysisAsymmetricPairing {
continue;
}

// TODO: Think about double counting
std::set<std::pair<int, int>> globIdxPairs;
for (auto& [a1, a2] : combinations(soa::CombinationsFullIndexPolicy(groupedLegAAssocs, groupedLegBAssocs))) {

uint32_t twoTrackFilter = 0;
Expand Down Expand Up @@ -2597,7 +2595,6 @@ struct AnalysisAsymmetricPairing {
continue;
}

std::set<std::tuple<int64_t, int64_t, int64_t>> globIdxTriplets;
// Based on triplet type, make suitable combinations of the partitions
if (tripletType == VarManager::kTripleCandidateToPKPi) {
for (auto& [a1, a2, a3] : combinations(soa::CombinationsFullIndexPolicy(groupedLegAAssocs, groupedLegBAssocs, groupedLegCAssocs))) {
Expand Down
3 changes: 0 additions & 3 deletions PWGDQ/Tasks/tableReader_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2220,8 +2220,6 @@ struct AnalysisAsymmetricPairing {
continue;
}

// TODO: Think about double counting
std::set<std::pair<int, int>> globIdxPairs;
for (auto& [a1, a2] : combinations(soa::CombinationsFullIndexPolicy(groupedLegAAssocs, groupedLegBAssocs))) {

uint32_t twoTrackFilter = static_cast<uint32_t>(0);
Expand Down Expand Up @@ -2383,7 +2381,6 @@ struct AnalysisAsymmetricPairing {
continue;
}

std::set<std::tuple<int64_t, int64_t, int64_t>> globIdxTriplets;
// Based on triplet type, make suitable combinations of the partitions
if (tripletType == VarManager::kTripleCandidateToPKPi) {
for (auto& [a1, a2, a3] : combinations(soa::CombinationsFullIndexPolicy(groupedLegAAssocs, groupedLegBAssocs, groupedLegCAssocs))) {
Expand Down

0 comments on commit 7ba1614

Please sign in to comment.