X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=FMD%2FAliFMDEdepMap.h;h=4a634ce054fe5de9d65eb67601e8e4c268e558fc;hp=e9831a1f4699ec55008b8f7663ebef27837fca84;hb=bfdc7f5d283b71aa5bbb5745140fed7e68f20e31;hpb=20345ac5a34b9c31c124d4be59df16127ab5745a diff --git a/FMD/AliFMDEdepMap.h b/FMD/AliFMDEdepMap.h index e9831a1f469..4a634ce054f 100644 --- a/FMD/AliFMDEdepMap.h +++ b/FMD/AliFMDEdepMap.h @@ -49,8 +49,9 @@ public: UShort_t sector, UShort_t strip) const; protected: - AliFMDEdepHitPair* fData; // The data - ClassDef(AliFMDEdepMap, 1) // Cache of edep,hit information per strip + size_t fTotal; // + AliFMDEdepHitPair* fData; //[fTotal] The data + ClassDef(AliFMDEdepMap, 2) // Cache of edep,hit information per strip }; #endif