We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d25ea4 commit 7c063a9Copy full SHA for 7c063a9
PWGDQ/Tasks/qaMatching.cxx
@@ -2332,7 +2332,7 @@ struct QaMatching {
2332
// Matching efficiencies
2333
2334
// outer loop on matchable pairs
2335
- for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) {
+ for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) {
2336
// get the standalone MCH track
2337
auto const& mchTrack = muonTracks.rawIteratorAt(matchableMchIndex);
2338
0 commit comments