]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/hough/AliL3HoughTrack.cxx
Can now use 8 bit data as input, by setting the apropriate
[u/mrichter/AliRoot.git] / HLT / hough / AliL3HoughTrack.cxx
index 57b4bf309a94f29e8da1d113f2da9665006512db..6cfbbd7d2e68a305735c99a91b073a3c3b8f0fe6 100644 (file)
@@ -172,13 +172,12 @@ void AliL3HoughTrack::SetTrackParameters(Double_t kappa,Double_t phi,Int_t weigh
   fWeight = weight;
   fMinDist = 100000;
   SetKappa(kappa);
-  SetPhi0(phi);
   Double_t pt = fabs(BFACT*AliL3Transform::GetBField()/kappa);
   SetPt(pt);
   Double_t radius = 1/fabs(kappa);
   SetRadius(radius);
   SetFirstPoint(0,0,0);
-  SetPsi(phi); //Psi = Phi when first point is vertex
+  SetPsi(phi); 
   SetR0(0);
   Double_t charge = -1.*kappa;
   SetCharge((Int_t)copysign(1.,charge));