From c8c441cc386b702f8c14a24c7d173e84aa9ccdab Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 18 Feb 2025 07:07:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/statPromptPhoton.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PWGJE/Tasks/statPromptPhoton.cxx b/PWGJE/Tasks/statPromptPhoton.cxx index 0efc0e9b3f4..d27b32b5b16 100644 --- a/PWGJE/Tasks/statPromptPhoton.cxx +++ b/PWGJE/Tasks/statPromptPhoton.cxx @@ -966,14 +966,14 @@ struct statPromptPhoton { } // photon check } // clusterparticle loop - if(cfgDebug) { - if(chPe>0){ - if(photontrigger){ - if(chPe/mccluster.energy() < 0.50){ - goodgentrigger=true; - } - } - } + if (cfgDebug) { + if (chPe > 0) { + if (photontrigger) { + if (chPe / mccluster.energy() < 0.50) { + goodgentrigger = true; + } + } + } } if (goodgentrigger && photontrigger) { histos.fill(HIST("REC_Trigger_Purity"), 0.5);