From a319b0125d9d5c0ef2d61be7cce70a08c094d0d2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 23 Feb 2026 07:43:37 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/PhotonMeson/Core/EMPhotonEventCut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h b/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h index 7af580d610c..1121a6fd922 100644 --- a/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h +++ b/PWGEM/PhotonMeson/Core/EMPhotonEventCut.h @@ -55,7 +55,7 @@ class EMPhotonEventCut : public TNamed template bool IsSelected(T const& collision) const { - if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) { + if (mRequireSel8 && !IsSelected(collision, EMPhotonEventCuts::kSel8)) { return false; } if (mRequireFT0AND && !IsSelected(collision, EMPhotonEventCuts::kFT0AND)) {