]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Return type corrected (Gustavo)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Jul 2009 09:45:01 +0000 (09:45 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 24 Jul 2009 09:45:01 +0000 (09:45 +0000)
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;}