diff --git a/PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h b/PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h index 9b4096ef98f..74f5554bde3 100644 --- a/PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h +++ b/PWGCF/FemtoUniverse/Core/FemtoUniverseMath.h @@ -93,7 +93,7 @@ class FemtoUniverseMath const ROOT::Math::PtEtaPhiMVector PartOneCMSGeo(PartOneCMS); const ROOT::Math::PtEtaPhiMVector PartTwoCMSGeo(PartTwoCMS); - return (PartOneCMSGeo.Theta()-PartTwoCMSGeo.Theta()); + return (PartOneCMSGeo.Theta() - PartTwoCMSGeo.Theta()); } /// Compute the qij of a pair of particles