]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- temporary fix for an issue related to getting the energy correction
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Nov 2010 11:02:42 +0000 (11:02 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Nov 2010 11:02:42 +0000 (11:02 +0000)
from offline

HLT/PHOS/AliHLTPHOSRecoParamHandler.cxx

index 6c9996d605eb1939f6f877be493e40cb8184b733..7b45b6a46d859181171eeedf072f2850b64b4a3f 100644 (file)
@@ -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()