]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
fixed a compilation warning about unused variable.
authornilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2001 19:36:03 +0000 (19:36 +0000)
committernilsen <nilsen@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 1 Oct 2001 19:36:03 +0000 (19:36 +0000)
ITS/AliITSsimulationFastPoints.cxx

index a8fea433545b18c55b27745669094b5a8b1bb90e..d68f164b1c4b4544653b26b16366a15f70bc7426 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.8  2001/07/27 08:06:49  hristov
+Use global gRandom generator (M.Ivanov)
+
 Revision 1.7  2001/05/11 09:15:21  barbera
 Corrected to make fast point creation working with PPR geometry
 
@@ -147,7 +150,7 @@ void AliITSsimulationFastPoints::CreateFastRecPoints(AliITSmodule *mod, Int_t mo
           sigmade = SigmaDe(hitlay);
           thrde = ThrDe(hitlay);
           // Randomize position and deposited energy
-           Int_t k=3*(Int_t)((hitlay-1)/2);
+//           Int_t k=3*(Int_t)((hitlay-1)/2);
 
            //     deltaXl = (float)(random[k].Gaus(0,sigmarphi));
            //     deltaZl = (float)(random[k+1].Gaus(0,sigmaz));