From d7fbd580a8188685d22270f736e7b2a2e8f9e951 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 17 Jun 2025 17:11:55 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Utils/decay3bodyBuilderHelper.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/PWGLF/Utils/decay3bodyBuilderHelper.h b/PWGLF/Utils/decay3bodyBuilderHelper.h index 6a3b6e031a5..03a5b98aa08 100644 --- a/PWGLF/Utils/decay3bodyBuilderHelper.h +++ b/PWGLF/Utils/decay3bodyBuilderHelper.h @@ -244,11 +244,10 @@ class decay3bodyBuilderHelper if (!acceptTPCOnly) { if (askOnlyITSMatch) { if (!trackProton.hasITS() || !trackPion.hasITS() || !trackDeuteron.hasITS()) { - decay3body = {}; - return false; + decay3body = {}; + return false; } - } - else { + } else { bool isProtonTPCOnly = !trackProton.hasITS() && !trackProton.hasTOF() && !trackProton.hasTRD(); bool isPionTPCOnly = !trackPion.hasITS() && !trackPion.hasTOF() && !trackPion.hasTRD(); bool isDeuteronTPCOnly = !trackDeuteron.hasITS() && !trackDeuteron.hasTOF() && !trackDeuteron.hasTRD();