File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
PWGEM/Dilepton/TableProducer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ());
You can’t perform that action at this time.
0 commit comments