From 2865dfd5734acc8223e7855279d4186c60718203 Mon Sep 17 00:00:00 2001 From: gvolpe Date: Tue, 17 Apr 2012 10:29:43 +0000 Subject: [PATCH 1/1] Coverity fixed --- HMPID/AliHMPIDPreprocessor.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HMPID/AliHMPIDPreprocessor.cxx b/HMPID/AliHMPIDPreprocessor.cxx index 04857f0eb68..65f02323a6f 100644 --- a/HMPID/AliHMPIDPreprocessor.cxx +++ b/HMPID/AliHMPIDPreprocessor.cxx @@ -369,7 +369,7 @@ Double_t AliHMPIDPreprocessor::ProcTrans(TMap* pMap) Double_t sEnergProb=0, sProb=0; - Double_t tRefCR5 = 19. ; // mean temperature of CR5 where the system is in place + // Double_t tRefCR5 = 19. ; // mean temperature of CR5 where the system is in place Double_t eMean = 0; @@ -442,9 +442,9 @@ Double_t AliHMPIDPreprocessor::ProcTrans(TMap* pMap) //evaluate correction factor to calculate trasparency (Ref. NIMA 486 (2002) 590-609) - Double_t aN1 = AliHMPIDParam::NIdxRad(photEn,tRefCR5); - Double_t aN2 = AliHMPIDParam::NMgF2Idx(photEn); - Double_t aN3 = 1; // Argon Idx + //Double_t aN1 = AliHMPIDParam::NIdxRad(photEn,tRefCR5); + //Double_t aN2 = AliHMPIDParam::NMgF2Idx(photEn); + //Double_t aN3 = 1; // Argon Idx // Double_t aR1 = ((aN1 - aN2)*(aN1 - aN2))/((aN1 + aN2)*(aN1 + aN2)); // Double_t aR2 = ((aN2 - aN3)*(aN2 - aN3))/((aN2 + aN3)*(aN2 + aN3)); -- 2.39.3