From: kowal2 Date: Tue, 7 May 2002 17:23:11 +0000 (+0000) Subject: Linear gain inefficiency instead of the step one at the wire edges. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=e8f678d7307ca58441c1ec6d1b9d61bc0b630800;p=u%2Fmrichter%2FAliRoot.git Linear gain inefficiency instead of the step one at the wire edges. --- diff --git a/TPC/AliTPC.cxx b/TPC/AliTPC.cxx index 3c59004dbd8..742552ddc03 100644 --- a/TPC/AliTPC.cxx +++ b/TPC/AliTPC.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.56 2002/04/04 16:26:33 kowal2 +Digits (Sdigits) go to separate files now. + Revision 1.55 2002/03/29 06:57:45 kowal2 Restored backward compatibility to use the hits from Dec. 2000 production. @@ -2314,13 +2317,12 @@ void AliTPC::MakeSector(Int_t isec,Int_t nrows,TTree *TH, y1 = fTPCParam->GetYOuter(rowNumber); } + // gain inefficiency at the wires edges - linear + x1=TMath::Abs(x1); - if (y1-0.5 y1) xyz[3]*=TMath::Max(1.e-6,(y1-x1+1.)); + nofElectrons[rowNumber]++; //---------------------------------- // Expand vector if necessary