From 34b81ce26f587bd328af87de36ddd7db6c07f642 Mon Sep 17 00:00:00 2001 From: odjuvsla Date: Fri, 19 Mar 2010 17:26:00 +0000 Subject: [PATCH] - temporary fix --- HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx b/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx index 40f1244c712..75c27e84936 100644 --- a/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx +++ b/HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx @@ -16,7 +16,7 @@ #include "AliCDBManager.h" #include "AliCDBEntry.h" #include "AliPHOSRecoParam.h" -#include "AliPHOSPIDv1.h" +//#include "AliPHOSPIDv1.h" WHY? #include "TObjArray.h" AliHLTPHOSRecoParamHandler::AliHLTPHOSRecoParamHandler() : @@ -26,7 +26,7 @@ fPHOSPidPtr(0) { // See header file for class documentation - fPHOSPidPtr = new AliPHOSPIDv1(); + // fPHOSPidPtr = new AliPHOSPIDv1(); //WHY? } @@ -75,6 +75,7 @@ Int_t AliHLTPHOSRecoParamHandler::GetParametersFromCDB() Float_t AliHLTPHOSRecoParamHandler::GetCorrectedEnergy ( Float_t e ) { // See header file for class documentation - return fPHOSPidPtr->GetCalibratedEnergy(e); + // return fPHOSPidPtr->GetCalibratedEnergy(e); //WHY? + return e; } -- 2.43.0