From 9b8d829051fe7cd79a8be7d233886625059bb14f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 17 Feb 2025 06:17:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/statPromptPhoton.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGJE/Tasks/statPromptPhoton.cxx b/PWGJE/Tasks/statPromptPhoton.cxx index b369291b556..fcf4e3b8214 100644 --- a/PWGJE/Tasks/statPromptPhoton.cxx +++ b/PWGJE/Tasks/statPromptPhoton.cxx @@ -885,8 +885,8 @@ struct statPromptPhoton { histos.fill(HIST("REC_Cluster_ParticleWITHOUTtrack_Pt_Eta"), clusterparticle.pt(), clusterparticle.eta()); } } // pdg code check - - double phidiff = TVector2::Phi_mpi_pi(mccluster.phi() - clusterparticle.phi()); + + double phidiff = TVector2::Phi_mpi_pi(mccluster.phi() - clusterparticle.phi()); double etadiff = mccluster.eta() - clusterparticle.eta(); if (pdgcode == 211 || pdgcode == 321 || pdgcode == 2212 || pdgcode == 11) {