Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGEM/PhotonMeson/Utils/HNMUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down