]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/AliAODCaloCluster.h
Summary of all changes:
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Nov 2007 14:11:31 +0000 (14:11 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Nov 2007 14:11:31 +0000 (14:11 +0000)
commite649177a7ba040c8e27382914e7378178e56de12
tree29b73fd50cdbab4998c6a5b83c72494d703f7268
parent300d57011ff0b33a7b41dab66423aca73a736f44
Summary of all changes:
- in AliESDCaloCluster the following have been added:
UShort_t  fNCells ;
UShort_t *fCellsAbsId;   //[fNCells] array of cell absId numbers
Double32_t *fCellsAmpFraction;    //[fNCells][0.,1.,16] array with cell amplitudes fraction.

The first 2 data members are not really necessary since the data member  TArrayS * fDigitIndex;
has the same function, but in order to change the name to something that avoids the mention of digits ... and to have the same data member type as fCellsAmpFraction, it was added (could be removed in the future).

- in  AliESDCaloCells we have:
 Int_t       fNCells;       // Number of cells
 Short_t    *fCellNumber;   //[fNCells] array of cell numbers
 Double32_t *fAmplitude;    //[fNCells][0.,0.,16] array with cell amplitudes (= energy!)
 Double32_t *fTime;    //[fNCells][0.,0.,16] array with cell times

The changes in AliESDCaloCluster were propagated to AliAODCaloCluster.

Gustavo
15 files changed:
EMCAL/AliEMCALFolder.cxx
STEER/AliAODCaloCells.cxx
STEER/AliAODCaloCells.h
STEER/AliAODCaloCluster.cxx
STEER/AliAODCaloCluster.h
STEER/AliAODEvent.h
STEER/AliESDCaloCells.cxx [new file with mode: 0644]
STEER/AliESDCaloCells.h [new file with mode: 0644]
STEER/AliESDCaloCluster.cxx
STEER/AliESDCaloCluster.h
STEER/AliESDEvent.cxx
STEER/AliESDEvent.h
STEER/AliReconstruction.cxx
STEER/ESDLinkDef.h
STEER/libESD.pkg