]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODCaloCluster.h
removerd double filling of histogram
[u/mrichter/AliRoot.git] / STEER / AliAODCaloCluster.h
index 45fe8a182735d30ecbd253b6058877475f86a8cb..c432a6e7b16d21038a7b6c677df783e7bc83aa80 100644 (file)
@@ -58,8 +58,8 @@ class AliAODCaloCluster : public AliAODCluster {
   Int_t    GetNTracksMatched() const { return fTracksMatched.GetEntriesFast(); }
   TObject *GetTrackMatched(Int_t i) const { return fTracksMatched.At(i); }
  
-  void SetNCells(Int_t n) { fNCells = n;}
-  Double_t GetNCells() const   { return fNCells;}
+  void  SetNCells(Int_t n) { fNCells = n;}
+  Int_t GetNCells() const   { return fNCells;}
   
   void SetCellsAbsId(UShort_t *array);
   UShort_t *GetCellsAbsId() {return  fCellsAbsId;}