]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bugfix.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Nov 2004 15:03:31 +0000 (15:03 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Nov 2004 15:03:31 +0000 (15:03 +0000)
JETAN/AliJetParticlesReaderHLT.cxx

index 967b43c528e6fce65ac7f900fa7241b0d3fdd2f8..40bb7232aa749af01ac412791a5c7345ef6f81cf 100644 (file)
@@ -114,8 +114,8 @@ Int_t AliJetParticlesReaderHLT::ReadESD(AliESD* esd)
   AliL3Track l3;
   AliL3Vertex v;
   v.SetX(vertexpos[0]);
-  v.SetY(vertexpos[0]);
-  v.SetZ(vertexpos[0]);
+  v.SetY(vertexpos[1]);
+  v.SetZ(vertexpos[2]);
   Double_t xc=0.,yc=0.,zc=0.;
   for (Int_t i = 0;i<ntr; i++) {
     AliESDHLTtrack *kesdtrack;