We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a59fa commit 244a8f8Copy full SHA for 244a8f8
EventFiltering/PWGEM/globalDimuonFilter.cxx
@@ -323,7 +323,6 @@ struct globalDimuonFilter {
323
324
int nGoodGLPerSA = 0;
325
auto muons_per_MCHMID = fwdtracks.sliceBy(fwdtracksPerMCHTrack, fwdtrack.globalIndex());
326
- std::tuple<int, int, int> tupleIds_at_min_chi2mftmch;
327
for (const auto& muon_tmp : muons_per_MCHMID) {
328
if (muon_tmp.trackType() == o2::aod::fwdtrack::ForwardTrackTypeEnum::GlobalMuonTrack) {
329
float pt = 999.f, eta = 999.f, phi = 999.f;
0 commit comments