From b19673c7fa91ac93f688d5046c516033128b5172 Mon Sep 17 00:00:00 2001 From: odjuvsla Date: Wed, 3 Nov 2010 11:02:42 +0000 Subject: [PATCH] - temporary fix for an issue related to getting the energy correction from offline --- HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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() -- 2.39.3