From: masera Date: Thu, 17 Jun 2004 16:34:19 +0000 (+0000) Subject: call to UnloadSDigits() added after sdigitisation X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b25cfbb53f6cf9c746ead3612717cbe819ebe125;p=u%2Fmrichter%2FAliRoot.git call to UnloadSDigits() added after sdigitisation --- diff --git a/ITS/AliITS.cxx b/ITS/AliITS.cxx index b155d86c497..7bc4db393bb 100644 --- a/ITS/AliITS.cxx +++ b/ITS/AliITS.cxx @@ -906,6 +906,7 @@ void AliITS::Hits2SDigits(){ } // end for iEvent fLoader->UnloadHits(); + fLoader->UnloadSDigits(); } //______________________________________________________________________ void AliITS::SDigitsToDigits(Option_t *opt){