]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/util/AliHLTGlobalBarrelTrack.h
Merge branch 'trackMatcher'
[u/mrichter/AliRoot.git] / HLT / BASE / util / AliHLTGlobalBarrelTrack.h
index 23d69aa973b7040203597b59a230ec9740ef923f..f9ef1e2c4affbc9b5989af2d940a14c36c3b57d1 100644 (file)
@@ -51,6 +51,8 @@ class AliHLTGlobalBarrelTrack : public AliKalmanTrack
   Double_t GetLastPointY() const {return fLastY;}
   /// return Track ID
   Int_t TrackID() const {return fTrackID;}
+  /// return Track ID, inherited for AliExternalTrackParam
+  Int_t GetID() const {return fTrackID;}
 
   /// Get the number of associated points
   UInt_t GetNumberOfPoints() const;