]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Open SDigits in read-only mode
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Feb 2004 14:51:42 +0000 (14:51 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 13 Feb 2004 14:51:42 +0000 (14:51 +0000)
PHOS/AliPHOSGetter.cxx

index a8a11d454679e56d78ab9f418ba407b0cf283b00..5d7d533bf3cbdd2d7390a4b9ac9802be5a943e48 100644 (file)
@@ -576,8 +576,8 @@ Int_t AliPHOSGetter::ReadTreeS()
   
   // gets TreeS from the root file (PHOS.SDigits.root)
   if ( !IsLoaded("S") ) {
-    PhosLoader()->LoadSDigits("UPDATE") ;
-    PhosLoader()->LoadSDigitizer("UPDATE") ;
+    PhosLoader()->LoadSDigits("READ") ;
+    PhosLoader()->LoadSDigitizer("READ") ;
     SetLoaded("S") ; 
   }