]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PHOS/AliPHOSTrackSegmentMakerv1.cxx
This is a MAJOR modification:
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Mar 2000 12:05:33 +0000 (12:05 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 20 Mar 2000 12:05:33 +0000 (12:05 +0000)
commit839744684acbb24afc49dddac3df42a8a08b90f1
tree6b9f84b037156e2e50e0aba337e461836314163c
parentde9ec31b399388ee561c458eaae1c4e22d829ff7
This is a MAJOR modification:
1. The cumulative hits in one cell are stored as a TClonesArray in TreeD/PHOSCH
2. The reconstructed objects are stored in TreeR :
     a. EmcRecPoints in TreeR/PHOSEmcRP   (TObjectArray)
     b. PpsdRecPoints in TreeR/PHOSPpsdRP (TClonesArray)
     c. TrackSegments in TreeR/PHOSTS   (TClonesArray)
     d. RecParticles in TreeR/PHOSRP (TClonesArray)
3. The various reconstructed objects are linked together :
        RecParticle->TrackSegment->RecPoint->PrimaryParticle
    The mechanism to access the relation is provided by the AliPHOSIndexToObject algorithmic class
4. PetiteMacrodeNuit.C is a macro using the RecAna class that shows how to analyse TreeR
32 files changed:
PHOS/AliPHOS.h
PHOS/AliPHOSAnalyze.cxx
PHOS/AliPHOSAnalyze.h
PHOS/AliPHOSClusterizer.h
PHOS/AliPHOSClusterizerv1.cxx
PHOS/AliPHOSDigit.cxx
PHOS/AliPHOSDigit.h
PHOS/AliPHOSEmcRecPoint.cxx
PHOS/AliPHOSEmcRecPoint.h
PHOS/AliPHOSFastRecParticle.h
PHOS/AliPHOSIndexToObject.cxx [new file with mode: 0644]
PHOS/AliPHOSIndexToObject.h [new file with mode: 0644]
PHOS/AliPHOSPID.h
PHOS/AliPHOSPIDv1.cxx
PHOS/AliPHOSPpsdRecPoint.cxx
PHOS/AliPHOSPpsdRecPoint.h
PHOS/AliPHOSRecParticle.cxx
PHOS/AliPHOSRecParticle.h
PHOS/AliPHOSRecPoint.cxx
PHOS/AliPHOSRecPoint.h
PHOS/AliPHOSReconstructioner.cxx
PHOS/AliPHOSTrackSegment.cxx
PHOS/AliPHOSTrackSegment.h
PHOS/AliPHOSTrackSegmentMaker.h
PHOS/AliPHOSTrackSegmentMakerv1.cxx
PHOS/AliPHOSv0.cxx
PHOS/AliPHOSv0.h
PHOS/Makefile
PHOS/PHOSLinkDef.h
PHOS/PetiteMacrodeNuit.C [new file with mode: 0644]
PHOS/RecAna.C [new file with mode: 0644]
PHOS/RecAna.h [new file with mode: 0644]