]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliESDCaloCluster.h
Replication of arrays in setters. (G. Conesa Balbastre)
[u/mrichter/AliRoot.git] / STEER / AliESDCaloCluster.h
index c10afab34273a045962f5b79d8c2be6c85c636e1..2c6bb7be6040a8acdd4d36d131ab8e51c556f2fc 100644 (file)
@@ -111,10 +111,10 @@ public:
   void SetNCells(Int_t n) { fNCells = n;}
   Int_t GetNCells() const   { return fNCells;}
   
-  void SetCellsAbsId(UShort_t *array) { fCellsAbsId = array; }
+  void SetCellsAbsId(UShort_t *array) ;
   UShort_t *GetCellsAbsId() {return  fCellsAbsId;}
   
-  void SetCellsAmplitudeFraction(Double32_t *array) { fCellsAmpFraction = array; }
+  void SetCellsAmplitudeFraction(Double32_t *array) ;
   Double32_t *GetCellsAmplitudeFraction() {return  fCellsAmpFraction;}
   
   Int_t GetCellAbsId(Int_t i) const {