Skip to content

Commit 83f5025

Browse files
authored
Remove unused tuple declarations in skimmerPrimaryMuon
Comment out unused tuple declarations for minimum distance calculations.
1 parent 8ba1b29 commit 83f5025

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,8 @@ struct skimmerPrimaryMuon {
568568
// float min_chi2MatchMCHMFT = 1e+10, min_dr = 1e+10, min_distance_2d = 1e+10;
569569
float min_chi2MatchMCHMFT = 1e+10;
570570
std::tuple<int, int, int> tupleIds_at_min_chi2mftmch;
571-
std::tuple<int, int, int> tupleIds_at_min_dr;
572-
std::tuple<int, int, int> tupleIds_at_min_distance_2d;
571+
// std::tuple<int, int, int> tupleIds_at_min_dr;
572+
// std::tuple<int, int, int> tupleIds_at_min_distance_2d;
573573
for (const auto& muon_tmp : muons_per_MCHMID) {
574574
if (muon_tmp.trackType() == o2::aod::fwdtrack::ForwardTrackTypeEnum::GlobalMuonTrack) {
575575
auto tupleId = std::make_tuple(muon_tmp.globalIndex(), muon_tmp.matchMCHTrackId(), muon_tmp.matchMFTTrackId());

0 commit comments

Comments
 (0)