]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
call to UnloadSDigits() added after sdigitisation
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Jun 2004 16:34:19 +0000 (16:34 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Jun 2004 16:34:19 +0000 (16:34 +0000)
ITS/AliITS.cxx

index b155d86c497446611a6c636e4dc25cdc53cc641e..7bc4db393bb661cb6cb78316ec3bca8a543213c7 100644 (file)
@@ -906,6 +906,7 @@ void AliITS::Hits2SDigits(){
     } // end for iEvent
     
     fLoader->UnloadHits();
+    fLoader->UnloadSDigits();
 }
 //______________________________________________________________________
 void AliITS::SDigitsToDigits(Option_t *opt){