We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd6b57 commit c310747Copy full SHA for c310747
PWGUD/TableProducer/UPCCandidateProducer.cxx
@@ -1605,7 +1605,7 @@ struct UpcCandProducer {
1605
for (auto& pair : bcsMatchedTrIdsGlobal) {
1606
auto globalBC = static_cast<int64_t>(pair.first);
1607
const auto& fwdTrackIDs = pair.second; // Forward tracks (Global with MFT)
1608
- if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
+ if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
1609
continue;
1610
}
1611
0 commit comments