From bbd8901b3e19f5c7cafa78c6f5310799c889c18c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 22 Apr 2025 07:53:24 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/PhotonMeson/Utils/HNMUtilities.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGEM/PhotonMeson/Utils/HNMUtilities.h b/PWGEM/PhotonMeson/Utils/HNMUtilities.h index e04dd31b96f..ff5ce8c6cac 100644 --- a/PWGEM/PhotonMeson/Utils/HNMUtilities.h +++ b/PWGEM/PhotonMeson/Utils/HNMUtilities.h @@ -38,7 +38,7 @@ namespace o2::aod::pwgem::photonmeson::hnmutilities { - // -------> Struct to store photons from EMC clusters or V0s +// -------> Struct to store photons from EMC clusters or V0s struct Photon { Photon(float px, float py, float pz, bool isFromConversion) : px(px), py(py), pz(pz), pt(std::sqrt(px * px + py * py)), isFromConversion(isFromConversion) {