From d5a3dd0e79879d47d4ff39335549d66626284d35 Mon Sep 17 00:00:00 2001 From: morsch Date: Thu, 22 Mar 2007 10:11:29 +0000 Subject: [PATCH] aQeAll correctly initialized --- HMPID/AliHMPIDv1.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HMPID/AliHMPIDv1.cxx b/HMPID/AliHMPIDv1.cxx index 9ebb4fb2131..a4ea8459481 100644 --- a/HMPID/AliHMPIDv1.cxx +++ b/HMPID/AliHMPIDv1.cxx @@ -222,7 +222,8 @@ void AliHMPIDv1::DefineOpticalProperties() aEckov [i] =1e-9*eV; //Ckov energy in GeV aAbsRad[i]=pRaAF->Eval(eV); aIdxRad[i]=1.292;//pRaIF->Eval(eV,20); //Simulation for 20 degress C aAbsWin[i]=pWiAF->Eval(eV); aIdxWin[i]=1.5787;//pWiIF->Eval(eV); - aAbsGap[i]=pGaAF->Eval(eV); aIdxGap[i]=1.0005;//pGaIF->Eval(eV); aQeAll[i] =1; //QE for all other materials except for PC must be 1. + aAbsGap[i]=pGaAF->Eval(eV); aIdxGap[i]=1.0005;//pGaIF->Eval(eV); + aQeAll[i] =1; //QE for all other materials except for PC must be 1. aAbsMet[i] =0.0001; aIdxMet[i]=0; //metal ref idx must be 0 in order to reflect photon aIdxPc [i]=1; aQePc [i]=pQeF->Eval(eV); //PC ref idx must be 1 in order to apply photon to QE conversion -- 2.39.3