From 21dbe0b1f03bb6749e946bed4b85c7917f01d375 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 10 Jun 2026 19:55:14 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/Base/include/DetectorsBase/Stack.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/Base/include/DetectorsBase/Stack.h b/Detectors/Base/include/DetectorsBase/Stack.h index f758065ad6855..3845f10c4f5b4 100644 --- a/Detectors/Base/include/DetectorsBase/Stack.h +++ b/Detectors/Base/include/DetectorsBase/Stack.h @@ -362,7 +362,7 @@ inline bool Stack::isFromRadDecay(const int id) auto part = (mParticles[entry]); // primary particle ? - if (part.getProcess() == 0 ) + if (part.getProcess() == 0) return false; // particle directly from radioactive decay ? if (part.getProcess() == kPRadDecay) {