]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Load hits with IPDATE option
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Jan 2005 04:27:51 +0000 (04:27 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 21 Jan 2005 04:27:51 +0000 (04:27 +0000)
EMCAL/AliEMCALGetter.cxx

index 7d951384641b579d4dfd39b1fe9246a01dd533ae..11a9b9d34cd4c8a26b1815f337b9a58e26eaa6e6 100644 (file)
@@ -651,8 +651,8 @@ Int_t AliEMCALGetter::ReadTreeH()
   EmcalLoader()->CleanHits() ; 
   // gets TreeH from the root file (EMCAL.Hit.root)
   //if ( !IsLoaded("H") ) {
-    EmcalLoader()->LoadHits("READ") ;
-    SetLoaded("H") ; 
+    EmcalLoader()->LoadHits("UPDATE") ;
+    //SetLoaded("H") ; 
     //}  
   return Hits()->GetEntries() ; 
 }