From e3b819ce931311d350a5da18a13ef90ea8d70657 Mon Sep 17 00:00:00 2001 From: mariana Date: Thu, 11 Oct 2001 15:26:07 +0000 Subject: [PATCH] Correct HitsToFastRecPoints --- ITS/AliITS.cxx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index 95de84b9cf3..264f320c6b5 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.60 2001/10/04 22:38:10 nilsen +Changes made to support PreDigits (SDigits) plus other helpful changes. + Revision 1.59 2001/08/30 09:56:18 hristov The operator[] is replaced by At() or AddAt() in case of TObjArray. @@ -1264,6 +1267,9 @@ void AliITS::HitsToFastRecPoints(Int_t evNumber,Int_t bgrev,Int_t size, AliITSDetType *iDetType = 0; AliITSmodule *mod = 0; Int_t id,module; + + //m.b. : this change is nothing but a nice way to make sure + //the CPU goes up ! for(module=0;moduleGetIndexMax();module++){ id = geom->GetModuleType(module); if (!all && !det[id]) continue; @@ -1276,9 +1282,8 @@ void AliITS::HitsToFastRecPoints(Int_t evNumber,Int_t bgrev,Int_t size, } // end if !sim mod = (AliITSmodule *)fITSmodules->At(module); sim->CreateFastRecPoints(mod,module,gRandom); - // fills all branches - wasted disk space - gAlice->TreeD()->Fill(); - ResetDigits(); + gAlice->TreeR()->Fill(); + ResetRecPoints(); } // end for module /* Int_t id,module; -- 2.31.1