]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/AliESDCaloCluster.cxx
- Names of methods GetClusterEnergy(), GetGlobalPosition(), GetPrimaryIndex(),...
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2007 20:36:31 +0000 (20:36 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2007 20:36:31 +0000 (20:36 +0000)
commit5efdec5466ed69ecbdf1be9fc688d89d48edfbd0
tree9ca9e16fdae85a67f27f60264cdf185e2edd5153
parent148a6dced5db960665745ab34ace9885992983b6
  - Names of methods GetClusterEnergy(), GetGlobalPosition(), GetPrimaryIndex(), GetListOfPrimaries(), GetNumberOfPrimaries() and GetTrackMatchedIndex() by E(), GetPosition(), GetLabel(), GetLabels(), GetNLabels() and GetTrackMatched()
 - The  Int_t* or UShort_t* arrays  that we had, have been changed into TArrayS*, for example, all the Digits arrays, have been translated into TArrayS.
 - Now there will we only one data member which contains the MC information, instead of the previous 3, a TArrayS whose first element is the MC particle which deposited more energy (this is not true for PHOS, I have asked Yuri to update the code to order the list entries as a function of the deposited energy)
- Same functionality for the track matching as for the fLabels

Gustavo
STEER/AliESDCaloCluster.cxx
STEER/AliESDCaloCluster.h