]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
compilation warning fixed
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Nov 2009 17:01:42 +0000 (17:01 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 7 Nov 2009 17:01:42 +0000 (17:01 +0000)
HLT/BASE/util/AliHLTGlobalBarrelTrack.h

index dcab73d0c89779ebb0d0cc73a65374f356dd936d..23d69aa973b7040203597b59a230ec9740ef923f 100644 (file)
@@ -42,7 +42,7 @@ class AliHLTGlobalBarrelTrack : public AliKalmanTrack
 
   /// inherited from AliKalmanTrack
   Int_t GetClusterIndex(Int_t i) const { 
-    return (i<fPoints.size()) ?fPoints[i] :0;
+    return (i<(int)fPoints.size()) ?fPoints[i] :0;
   } 
 
   /// Get the x position of the last assigned point