Skip to content

Commit c310747

Browse files
Diana KrupovaDiana Krupova
authored andcommitted
clang
1 parent ccd6b57 commit c310747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/TableProducer/UPCCandidateProducer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1605,7 +1605,7 @@ struct UpcCandProducer {
16051605
for (auto& pair : bcsMatchedTrIdsGlobal) {
16061606
auto globalBC = static_cast<int64_t>(pair.first);
16071607
const auto& fwdTrackIDs = pair.second; // Forward tracks (Global with MFT)
1608-
if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
1608+
if (fwdTrackIDs.size() != 2) { // ensure we have two MFT tracks
16091609
continue;
16101610
}
16111611

0 commit comments

Comments
 (0)