]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Unused variables commented out
authorbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 12 Nov 2000 23:16:31 +0000 (23:16 +0000)
committerbarbera <barbera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 12 Nov 2000 23:16:31 +0000 (23:16 +0000)
ITS/AliITSClusterFinderSPDbari.cxx

index b2ead022fffbc6e6ad796daf2c611b9f4b8db4cc..0df27950aa148df204d567c8bb8c2af3634cb9bf 100644 (file)
@@ -383,7 +383,8 @@ void AliITSClusterFinderSPDbari::DigitToPoint(Int_t nclus,
  //
  //
  
-     Float_t l[3],g[3],xg,zg;
+     Float_t l[3],xg,zg;
+//     Float_t g[3];     
      const Float_t kconv = 1.0e-4; // micron -> cm
 
      // get rec points
@@ -396,7 +397,7 @@ void AliITSClusterFinderSPDbari::DigitToPoint(Int_t nclus,
         l[0] = kconv*xcenter[i];
         l[1] = kconv*fSegmentation->Dy()/2.;
         l[2] = kconv*zcenter[i];
-        AliITSgeom *gm = (AliITSgeom*)fSegmentation->Geometry();   
+//        AliITSgeom *gm = (AliITSgeom*)fSegmentation->Geometry();   
 
         /*
         //--- to be changed