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