From 94dd5c8ac69384ec783e441d534f19ace481ae79 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 3 Jul 2025 13:19:02 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/recoilJets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGJE/Tasks/recoilJets.cxx b/PWGJE/Tasks/recoilJets.cxx index 57845a5c657..7149dee8bbc 100644 --- a/PWGJE/Tasks/recoilJets.cxx +++ b/PWGJE/Tasks/recoilJets.cxx @@ -29,8 +29,8 @@ #include #include #include -#include #include +#include #include "TRandom3.h" #include @@ -342,7 +342,7 @@ struct RecoilJets { std::vector vPhiOfTT; double phiTT = 0.; int nTT = 0; - float pTHat = getPtHat(weight); + float pTHat = getPtHat(weight); spectra.fill(HIST("ptHat"), pTHat, weight); auto dice = rand->Rndm();