]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODCaloCluster.h
Possibility to create trigger configuration from a custom file
[u/mrichter/AliRoot.git] / STEER / AliAODCaloCluster.h
index 906f78ee1617f13f1301d1562063ccf77f08ce43..1f92d9abf690e6184425fa3f5156ddae13ae9cfa 100644 (file)
@@ -120,11 +120,11 @@ 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);
+  ClassDef(AliAODCaloCluster,2);
 };
 
 #endif