]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Minor correction to avoid compiler warnings.
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 07:21:03 +0000 (07:21 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 14 Jun 1999 07:21:03 +0000 (07:21 +0000)
TPC/AliTPC.cxx

index 562df8ceb399842c910c40e43f91763ae69728b1..2fbbec1cb22fc5c90003bc3bbd09f6aa4cb76af0 100644 (file)
@@ -1467,7 +1467,7 @@ Float_t AliTPC::GetSignal(TObjArray *p1, Int_t ntr, Int_t np, TMatrix *m1, TMatr
   //to make the code faster we put parameters  to the stack
 
   Float_t zwidth  = fTPCParam->GetZWidth();
-  Float_t zwidthm1  =1./fTPCParam->GetZWidth();
+  Float_t zwidthm1  =1./zwidth;
 
   tv = (TVector*)p1->At(ntr); // pointer to a track
   TVector &v = *tv;
@@ -2513,7 +2513,7 @@ int AliTPCtrack::GetLab() const
   //
   //
   //
-  int lab;
+  int lab=123456789;
   struct {
     int lab;
     int max;