From: odjuvsla Date: Wed, 3 Nov 2010 11:02:42 +0000 (+0000) Subject: - temporary fix for an issue related to getting the energy correction X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=b19673c7fa91ac93f688d5046c516033128b5172;p=u%2Fmrichter%2FAliRoot.git - temporary fix for an issue related to getting the energy correction from offline --- diff --git a/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx b/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx index 6c9996d605e..7b45b6a46d8 100644 --- a/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx +++ b/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx @@ -39,13 +39,8 @@ AliHLTPHOSRecoParamHandler::~AliHLTPHOSRecoParamHandler() Float_t AliHLTPHOSRecoParamHandler::GetCorrectedEnergy ( Float_t e ) { - // See header file for class documentation -#ifndef HAVE_NOT_ALIPHOSRECONSTRUCTOR_r44091 - return AliPHOSReconstructor::CorrectNonlinearity(e) ; -#else // !HAVE_NOT_ALIPHOSRECONSTRUCTOR_r44091 - AliPHOSPIDv1 phospidv1; - return phospidv1.GetCalibratedEnergy(e); -#endif // HAVE_NOT_ALIPHOSRECONSTRUCTOR_r44091 + // See header file for class documentation + return e; } void AliHLTPHOSRecoParamHandler::FillParameters()