From a89e956659923e80bd85ec74e320f91259343e29 Mon Sep 17 00:00:00 2001 From: markus Date: Thu, 6 Dec 2007 11:19:13 +0000 Subject: [PATCH] Change UShort_t to Int_t for array size definition (necessary for Root streamer to work properly). --- STEER/AliAODCaloCluster.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STEER/AliAODCaloCluster.h b/STEER/AliAODCaloCluster.h index 906f78ee161..19edfaf5fa6 100644 --- a/STEER/AliAODCaloCluster.h +++ b/STEER/AliAODCaloCluster.h @@ -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); }; -- 2.43.0