]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCTrackHitsV2.h
Corrected for compiler warnings
[u/mrichter/AliRoot.git] / TPC / AliTPCTrackHitsV2.h
index 60aa4be55e0df72ccb5d27c60d348ac693bbdfd7..ad208e990b3a2a0ac0ab749d4e94f865f75dc50e 100644 (file)
@@ -84,8 +84,8 @@ public:
 };
 
 struct AliTPCCurrentHitV2 {
-  UInt_t   fParamIndex;//  - current param pointer
-  UInt_t   fStackIndex; // - current hit stack index
+  Int_t   fParamIndex;//  - current param pointer
+  Int_t   fStackIndex; // - current hit stack index
   Double_t fR;   //current Radius
   Bool_t  fStatus; //current status    
 };