From 0184249837e7996c6070859a35b56a7e58807870 Mon Sep 17 00:00:00 2001 From: schutz Date: Tue, 3 Feb 2004 11:52:36 +0000 Subject: [PATCH] Remove the possibility in VersionExist to change the name of the Digits output file .... This makes the method VersionExist useless --- EMCAL/AliEMCALGetter.cxx | 1 - PHOS/AliPHOSGetter.cxx | 1 - 2 files changed, 2 deletions(-) diff --git a/EMCAL/AliEMCALGetter.cxx b/EMCAL/AliEMCALGetter.cxx index d4e99bba1f5..b571472f01f 100644 --- a/EMCAL/AliEMCALGetter.cxx +++ b/EMCAL/AliEMCALGetter.cxx @@ -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 ; diff --git a/PHOS/AliPHOSGetter.cxx b/PHOS/AliPHOSGetter.cxx index 6dc8eccc95b..97af7e82153 100644 --- a/PHOS/AliPHOSGetter.cxx +++ b/PHOS/AliPHOSGetter.cxx @@ -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 ; -- 2.43.0