From: fca Date: Wed, 7 Jul 1999 14:57:21 +0000 (+0000) Subject: TrackPid returns PDG now X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=85f1cd762048713cbaceb051a0d476be78f0e0b6 TrackPid returns PDG now --- diff --git a/TGeant3/TGeant3.cxx b/TGeant3/TGeant3.cxx index 3f5d11b78de..ba8f55f0e6b 100644 --- a/TGeant3/TGeant3.cxx +++ b/TGeant3/TGeant3.cxx @@ -1017,7 +1017,7 @@ Int_t TGeant3::TrackPid() const // // Return the id of the particle transported // - return fGckine->ipart; + return PDGFromId(fGckine->ipart); } //_____________________________________________________________________________