]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDUShortMap.h
Made persistent
[u/mrichter/AliRoot.git] / FMD / AliFMDUShortMap.h
index e54ef17cce11444057eaefb4e5be76088356d71f..22787c1b30d9859d8eabe30d131847d569bd9ed3 100644 (file)
@@ -34,8 +34,9 @@ public:
                                     UShort_t sector, 
                                     UShort_t strip) const;
  protected:
-  UShort_t* fData;  // The data 
-  ClassDef(AliFMDUShortMap, 1) // Cache of edep,hit information per strip
+  size_t    fTotal; // Total number of entries 
+  UShort_t* fData;  // [fTotal] The data 
+  ClassDef(AliFMDUShortMap, 2) // Cache of edep,hit information per strip
 };
 
 #endif