Skip to content

Commit d7fbd58

Browse files
committed
Please consider the following formatting changes
1 parent 8ff5a1f commit d7fbd58

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)