]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODCaloCluster.h
Change UShort_t to Int_t for array size definition (necessary for Root streamer to...
[u/mrichter/AliRoot.git] / STEER / AliAODCaloCluster.h
index 906f78ee1617f13f1301d1562063ccf77f08ce43..19edfaf5fa61aa1b5bb06b784f69471e94726ad7 100644 (file)
@@ -120,9 +120,9 @@ class AliAODCaloCluster : public AliAODCluster {
 
   TRefArray    fTracksMatched;    // references to tracks close to cluster. First entry is the most likely match.
 
-  UShort_t  fNCells ;
-  UShort_t *fCellsAbsId;   //[fNCells] array of cell absId numbers
-  Double32_t *fCellsAmpFraction;    //[fNCells][0.,1.,16] array with cell amplitudes fraction.
+  Int_t       fNCells ;
+  UShort_t   *fCellsAbsId;        //[fNCells] array of cell absId numbers
+  Double32_t *fCellsAmpFraction;  //[fNCells][0.,1.,16] array with cell amplitudes fraction.
 
   ClassDef(AliAODCaloCluster,1);
 };