]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
flat friend update
authorsgorbuno <Sergey.Gorbunov@cern.ch>
Tue, 23 Sep 2014 09:08:26 +0000 (11:08 +0200)
committersgorbuno <Sergey.Gorbunov@cern.ch>
Tue, 23 Sep 2014 09:08:26 +0000 (11:08 +0200)
HLT/global/AliFlatESDFriendTrack.h

index 3abc333f1526d5a7de174c21ac5aa36b9afc59c6..980dfb3e3d948fbc71e3c0b99afed8f7d70f944b 100644 (file)
@@ -107,7 +107,7 @@ class AliFlatESDFriendTrack :public AliVfriendTrack
 
 };
 
-/*
+
 inline Int_t AliFlatESDFriendTrack::GetTrackParam( Long64_t ptr, AliExternalTrackParam &param ) const
 {
   if( ptr<0 ) return -1;
@@ -143,5 +143,5 @@ inline Int_t AliFlatESDFriendTrack::GetTPCseed( AliTPCseed &s ) const
   fp->GetTPCseed( &s );
   return 0;
 }
-*/
+
 #endif