Skip to content

Commit c715f1b

Browse files
authored
Merge pull request #18 from alibuild/alibot-cleanup-11659
Please consider the following formatting changes to #11659
2 parents 8ff5a1f + d7fbd58 commit c715f1b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

PWGLF/Utils/decay3bodyBuilderHelper.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,10 @@ class decay3bodyBuilderHelper
244244
if (!acceptTPCOnly) {
245245
if (askOnlyITSMatch) {
246246
if (!trackProton.hasITS() || !trackPion.hasITS() || !trackDeuteron.hasITS()) {
247-
decay3body = {};
248-
return false;
247+
decay3body = {};
248+
return false;
249249
}
250-
}
251-
else {
250+
} else {
252251
bool isProtonTPCOnly = !trackProton.hasITS() && !trackProton.hasTOF() && !trackProton.hasTRD();
253252
bool isPionTPCOnly = !trackPion.hasITS() && !trackPion.hasTOF() && !trackPion.hasTRD();
254253
bool isDeuteronTPCOnly = !trackDeuteron.hasITS() && !trackDeuteron.hasTOF() && !trackDeuteron.hasTRD();

0 commit comments

Comments
 (0)