]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Remove the possibility in VersionExist to change the name of the Digits output file...
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Feb 2004 11:52:36 +0000 (11:52 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 3 Feb 2004 11:52:36 +0000 (11:52 +0000)
EMCAL/AliEMCALGetter.cxx
PHOS/AliPHOSGetter.cxx

index d4e99bba1f51d76d37bc31b39a05d847a3c0dc19..b571472f01f9411b027439c949dac75864193627 100644 (file)
@@ -712,7 +712,6 @@ Bool_t AliEMCALGetter::VersionExists(TString & opt) const
       Warning("VersionExists", "The file %s already exists", fileName.Data()) ;  
       rv = kTRUE ; 
     }
-    EmcalLoader()->SetDigitsFileName(fileName) ;
   }
 
   return rv ;
index 6dc8eccc95b234c873cd93fdf754813617152c99..97af7e82153fa549be09381d717c3ba7adce64b8 100644 (file)
@@ -762,7 +762,6 @@ Bool_t AliPHOSGetter::VersionExists(TString & opt) const
       Warning("VersionExists", "The file %s already exists", fileName.Data()) ;  
       rv = kTRUE ; 
     }
-    PhosLoader()->SetDigitsFileName(fileName) ;
   }
 
   return rv ;