Skip to content

Commit 2e37066

Browse files
committed
Please consider the following formatting changes
1 parent 3bef34e commit 2e37066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Tasks/matchingMFT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ struct matchingMFT {
11611161
// if (fwdtrack.trackType() == o2::aod::fwdtrack::ForwardTrackTypeEnum::GlobalMuonTrack && std::find(vec_min_chi2MatchMCHMFT.begin(), vec_min_chi2MatchMCHMFT.end(), std::make_tuple(fwdtrack.globalIndex(), fwdtrack.matchMCHTrackId(), fwdtrack.matchMFTTrackId())) == vec_min_chi2MatchMCHMFT.end()) {
11621162
// continue;
11631163
// }
1164-
1164+
11651165
fillHistograms<true>(collision, fwdtrack, fwdtracks, mfttracks, mftCovs);
11661166
} // end of fwdtrack loop
11671167
} // end of collision loop

0 commit comments

Comments
 (0)