From 84294dcde34446381421e2501006acd6a88ceb27 Mon Sep 17 00:00:00 2001 From: hristov Date: Wed, 2 Nov 2005 17:34:10 +0000 Subject: [PATCH] Don't load the kinematics tree since it is not used (reduce the memory consumption) --- PHOS/AliPHOSRecParticle.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHOS/AliPHOSRecParticle.cxx b/PHOS/AliPHOSRecParticle.cxx index cba3cb17f39..aef41095e59 100644 --- a/PHOS/AliPHOSRecParticle.cxx +++ b/PHOS/AliPHOSRecParticle.cxx @@ -151,7 +151,8 @@ const Int_t AliPHOSRecParticle::GetPrimaryIndex() const AliPHOSGetter * gime = AliPHOSGetter::Instance() ; if (!gime) AliError(Form("Getter not yet instantiated")) ; - gime->Event(gime->EventNumber(), "DRTX") ; + // gime->Event(gime->EventNumber(), "DRTX") ; + gime->Event(gime->EventNumber(), "DRT") ; // Get TrackSegment corresponding to this RecParticle AliPHOSTrackSegment *ts = gime->TrackSegment(fPHOSTrackSegment); -- 2.43.5