]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDEdepMap.h
Bug fix. Incorrect usage of types was corrected.
[u/mrichter/AliRoot.git] / FMD / AliFMDEdepMap.h
index c5d9ade86e674d27eeb71cbe7660429bd98076dc..522de6f12d528e95bc687fcb0f40eeec9998727b 100644 (file)
@@ -75,9 +75,9 @@ public:
                                              UShort_t sector, 
                                              UShort_t strip) const;
 protected:
-  UShort_t             fTotal; //  Total number of entries
+  Int_t             fTotal; //  Total number of entries
   AliFMDEdepHitPair* fData;  //[fTotal] The data 
-  ClassDef(AliFMDEdepMap, 2) // Cache of edep,hit information per strip
+  ClassDef(AliFMDEdepMap, 3) // Cache of edep,hit information per strip
 };
 
 #endif