]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDEdepMap.h
Fixes for Coverity + changes to take into account the improvements of the analysis...
[u/mrichter/AliRoot.git] / FMD / AliFMDEdepMap.h
index f586d138e74a8938a60c60efa117ae47bb479073..0bab877143d22e2e6b070c7cfb6b79cbc7641ca1 100644 (file)
@@ -88,7 +88,7 @@ protected:
   UShort_t& AtAsUShort(Int_t idx)       { return fData[idx].fN; }
   Bool_t    IsUShort()            const { return kTRUE; }  
   Bool_t    IsFloat()             const { return kTRUE; }  
-  Int_t             fTotal; //  Total number of entries
+  Int_t              fTotal; //  Total number of entries
   AliFMDEdepHitPair* fData;  //[fTotal] The data 
   ClassDef(AliFMDEdepMap, 3) // Cache of edep,hit information per strip
 };