From: jklein Date: Fri, 27 Sep 2013 21:53:58 +0000 (+0000) Subject: - bugfix to correctly use the TRAPconfig name and version from the OCDB X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=152244174948eef5cfc7b98538aa17ed5f2b04c2;p=u%2Fmrichter%2FAliRoot.git - bugfix to correctly use the TRAPconfig name and version from the OCDB --- diff --git a/TRD/AliTRDcalibDB.cxx b/TRD/AliTRDcalibDB.cxx index fcadcc9bc49..05b0d353226 100644 --- a/TRD/AliTRDcalibDB.cxx +++ b/TRD/AliTRDcalibDB.cxx @@ -1826,10 +1826,8 @@ AliTRDtrapConfig* AliTRDcalibDB::GetTrapConfig() else { if ((fTrapConfigName.Length() <= 0) || (fTrapConfigVersion.Length() <= 0)) { // query the configuration to be used - TString configName; - this->GetGlobalConfiguration(configName); - TString configVersion; - this->GetGlobalConfigurationVersion(configVersion); + this->GetGlobalConfiguration(fTrapConfigName); + this->GetGlobalConfigurationVersion(fTrapConfigVersion); } // try to load the requested configuration