]> git.uio.no Git - u/mrichter/AliRoot.git/commit - STEER/ReadAOD.C
- Renaming fEventNumber (and the associated getters/setters) to
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Feb 2007 11:30:16 +0000 (11:30 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Feb 2007 11:30:16 +0000 (11:30 +0000)
commit31fd97b2cd216f3b5e5d0382f9a7f12fced3c09e
tree8fdf4429ef643cf8732f41862b9f3a002d7b8430
parent41c99f193900e1fab372ac1794839577364f0bb3
- Renaming fEventNumber (and the associated getters/setters) to
 fEventNumberInFile change esd->GetEventNumber() to esd->GetEventNumberInFile()
 in all places where it was called; add a comment which acts as a warning that
 this number is probably not what people want

- Removing fEventNumber (and associated getters/setters) from the AOD
 adding fBunchCrossNumber and fOrbitNumber (+ getters and setters) to the AOD
 and the ESD; increase ClassDef of AliESD to 18

- Prevent taking sqrt of a negative number, 'division by zero', and
 'out of bounds' errors in AliAODRedCov.h, which lead to crashes

- Major revision of CreateAODfromESD.C to be actually able to create AODs from
 ESDs in compiled and uncompiled mode without crashes (= includes updated,
 naming of variables changed to avoid CINT problems)

- Major changes in ReadAOD.C in order to be able to read an AOD back in
 compiled and uncompiled mode without crashes (= includes updated, protection
 for zero pointers added, code cleanup). This only works correctly with
 ROOT v5-15-02 or later (due to a bug in the naming scheme of ROOT),
 otherwise the only event read back is the first one (even N times if you try
 to read N subsequent events).

- Changing the name of the cluster array from 'neutrals' to 'clusters'
- Some cosmetic changes

Markus
17 files changed:
ANALYSIS/AliAODevent.cxx
ANALYSIS/AliD0toKpiAnalysis.cxx
FMD/AliFMDReconstructor.cxx
STEER/AliAODCluster.h
STEER/AliAODEvent.cxx
STEER/AliAODHeader.cxx
STEER/AliAODHeader.h
STEER/AliAODRedCov.h
STEER/AliAODVertex.cxx
STEER/AliESD.cxx
STEER/AliESD.h
STEER/AliReconstruction.cxx
STEER/CreateAODfromESD.C
STEER/ReadAOD.C
TPC/AliTPCtrackerMI.cxx
TPC/AliTPCtrackerParam.cxx
TRD/AliTRDtracker.cxx