Skip to content

Commit 92a1a99

Browse files
fixed logic error
1 parent add6c10 commit 92a1a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ struct he3HadronFemto {
10741074
he3Hadcand.flags |= Flags::kMixedPair;
10751075
}
10761076

1077-
if (settingFillPrimariesAndMixedMc && ((he3Hadcand.flags & Flags::kMixedPair) || he3Hadcand.flags == Flags::kBothPrimaries)) {
1077+
if (!settingFillPrimariesAndMixedMc && ((he3Hadcand.flags == Flags::kMixedPair) || he3Hadcand.flags == Flags::kBothPrimaries)) {
10781078
continue;
10791079
}
10801080

0 commit comments

Comments
 (0)