From 2850a7f3aa8224be3c43682d89029088ae2e3b08 Mon Sep 17 00:00:00 2001 From: belikov Date: Thu, 8 Apr 2010 15:16:52 +0000 Subject: [PATCH] A correction in the comment --- STEER/AliESDtrack.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STEER/AliESDtrack.cxx b/STEER/AliESDtrack.cxx index b2b12eb90be..bd752b2e92a 100644 --- a/STEER/AliESDtrack.cxx +++ b/STEER/AliESDtrack.cxx @@ -1153,8 +1153,8 @@ Double_t AliESDtrack::GetMass() const { //______________________________________________________________________________ Double_t AliESDtrack::M() const { - // Returns the energy of the particle given its assumed mass. - // Assumes the pion mass if the particle can't be identified properly. + // Returns the assumed mass + // (the pion mass, if the particle can't be identified properly). AliWarning("This is the ESD mass. Use it with care !"); return GetMass(); -- 2.43.0