]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTrack.cxx
fix angle to absId mapping for extensions
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTrack.cxx
index 4b4d32d000879925de0398ec161aeb772f3b3a39..912a7d9e5f9a5f16fe516c6b14f65e22371c92ea 100644 (file)
@@ -64,7 +64,7 @@ AliEMCALTrack::AliEMCALTrack(const AliESDtrack& t)
   : AliExternalTrackParam(),
     fClusterIndex(-1),
     fClusterDist(1000.0),
-    fMass(t.GetMass()),
+    fMass(t.GetMass(kTRUE)),
     fSeedIndex(-1),
     fSeedLabel(t.GetLabel())
 {