From f1bfe73f203a388c0afad4095c3d0b29a2060ad1 Mon Sep 17 00:00:00 2001 From: prino Date: Thu, 23 Apr 2009 15:51:10 +0000 Subject: [PATCH] Fix in ITS FastRecPoints tree filling (F. Prino) --- ITS/AliITS.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index f0d74a4d9c1..be613266331 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -882,6 +882,7 @@ void AliITS::HitsToFastRecPoints(Int_t evNumber,Int_t bgrev,Int_t size, mod = (AliITSmodule *)fITSmodules->At(module); sim->CreateFastRecPoints(mod,module,gRandom,ptarray); lTR->Fill(); + ptarray->Clear(); } // end for module ClearModules(); -- 2.39.3