]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDUShortMap.h
fix for disabled hough tracking code
[u/mrichter/AliRoot.git] / FMD / AliFMDUShortMap.h
index cdb798b579432483f66c0b4bf409f0e1f73fbfeb..0c10d6edd311bc4a7fbde0c0cb796aac2bdd4675 100644 (file)
@@ -66,9 +66,9 @@ public:
                                     UShort_t sector, 
                                     UShort_t strip) const;
  protected:
-  UShort_t    fTotal; // Total number of entries 
+  Int_t     fTotal; // Total number of entries 
   UShort_t* fData;  // [fTotal] The data 
-  ClassDef(AliFMDUShortMap, 2) // Cache of edep,hit information per strip
+  ClassDef(AliFMDUShortMap, 3) // Cache of edep,hit information per strip
 };
 
 #endif