]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Typos corrected
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Feb 2003 16:13:32 +0000 (16:13 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Feb 2003 16:13:32 +0000 (16:13 +0000)
TPC/AliTPCtracker.cxx

index fc3d6162f88cc49fedf8bedad15e4ab80c0f0744..fb7cb1cbf1b7365c4e4aac0b023cf259814de30a 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.29  2003/02/28 15:18:16  hristov
+Corrections suggested by J.Chudoba
+
 Revision 1.28  2003/02/27 16:15:52  hristov
 Code for inward refitting (S.Radomski)
 
@@ -965,6 +968,7 @@ Int_t AliTPCtracker::PropagateBack(const TFile *inp, TFile *out) {
       if (lab < nLab) lut[lab] = i;
       else {
        cerr << "AliTPCtracker: The size of the LUT is too small\n";
+      }
     }
   }
   
@@ -976,7 +980,7 @@ Int_t AliTPCtracker::PropagateBack(const TFile *inp, TFile *out) {
 
       // No ITS - use TPC track only
       
-      AliTPCseed seed = new AliTPCseed(*tpcTrack, tpcTrack->GetAlpha());
+      AliTPCseed seed = new AliTPCseed(*tpcTrack, tpcTrack->GetAlpha());
       seed->ResetCovariance();
       fSeeds->AddLast(seed);
       tracks.AddLast(new AliTPCtrack(*tpcTrack));