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);