]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed hardwired gain inefficiency. Will be taken from the gain map.
authorkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jul 2008 10:54:42 +0000 (10:54 +0000)
committerkowal2 <kowal2@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jul 2008 10:54:42 +0000 (10:54 +0000)
TPC/AliTPC.cxx

index 48cfe97f8f4e10df3e0d07cddfc4f3f48fa23c7d..37fd2558bfc5f698bcff2ab1f8deb011d76aec60 100644 (file)
@@ -2018,7 +2018,7 @@ void AliTPC::MakeSector(Int_t isec,Int_t nrows,TTree *TH,
        //transform position to local digit coordinates
        //relative to nearest pad row 
        if ((rowNumber<0)||rowNumber>fTPCParam->GetNRow(isec)+1) continue;
-       Float_t x1,y1;
+       /*      Float_t x1,y1;
        if (isec <fTPCParam->GetNInnerSector()) {
          x1 = xyz[1]*fTPCParam->GetInnerPadPitchWidth();
          y1 = fTPCParam->GetYInner(rowNumber);
@@ -2030,7 +2030,7 @@ void AliTPC::MakeSector(Int_t isec,Int_t nrows,TTree *TH,
        // gain inefficiency at the wires edges - linear
        x1=TMath::Abs(x1);
        y1-=1.;
-       if(x1>y1) xyz[3]*=TMath::Max(1.e-6,(y1-x1+1.)); 
+       if(x1>y1) xyz[3]*=TMath::Max(1.e-6,(y1-x1+1.)); */
        
        nofElectrons[rowNumber]++;        
        //----------------------------------