diff --git a/PWGJE/Tasks/jetHadronRecoil.cxx b/PWGJE/Tasks/jetHadronRecoil.cxx index c27efd79238..9b735cfe98e 100644 --- a/PWGJE/Tasks/jetHadronRecoil.cxx +++ b/PWGJE/Tasks/jetHadronRecoil.cxx @@ -348,7 +348,7 @@ struct JetHadronRecoil { } template - void fillHistogramsMCD(T const& jets, U const& tracks, P const& particles, float weight = 1.0, float rho = 0.0, float pTHat = 999.0) + void fillHistogramsMCD(T const& jets, U const& tracks, P const& particles, float weight = 1.0, float rho = 0.0, float pTHat = 999.0) { bool isSigCol; std::vector phiTTAr;