]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/mcminiesd.C
Changes in QA to be able to process separately different triggers (Ruben)
[u/mrichter/AliRoot.git] / macros / mcminiesd.C
index 41685b646d83c1787beca09b73ff6feb358d1a17..2915a2ee7f57cc3cb5a46cccebf56ece2d99a378 100644 (file)
@@ -80,9 +80,6 @@ void copyGeneralESDInfo(AliESD* esdIn, AliESD* esdOut) {
     vtxOut = new AliESDVertex(pos,cov,
                                             vtxIn->GetChi2(),
                                             vtxIn->GetNContributors());
-    Double_t tp[3];
-    vtxIn->GetTruePos(tp);
-    vtxOut->SetTruePos(tp);
   }
   else
     vtxOut = new AliESDVertex();