X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HMPID%2FAliHMPIDPreprocessor.cxx;h=e74ebac87d4360206ca569f127990af0f3e0a97d;hp=04857f0eb68a534aed2a1dedcf45d6493b61501e;hb=cdf48647dbb6687692d159eb75af9ecb0f06b2e9;hpb=babbee1b65790ed59762e696449285221e512976 diff --git a/HMPID/AliHMPIDPreprocessor.cxx b/HMPID/AliHMPIDPreprocessor.cxx index 04857f0eb68..e74ebac87d4 100644 --- a/HMPID/AliHMPIDPreprocessor.cxx +++ b/HMPID/AliHMPIDPreprocessor.cxx @@ -19,6 +19,9 @@ //. //. //. +using std::hex; +using std::ifstream; +using std::dec; ClassImp(AliHMPIDPreprocessor) //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ @@ -369,7 +372,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 +445,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));