]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLegoGeneratorPhiZ.cxx
Moving to the new VMC naming convention
[u/mrichter/AliRoot.git] / STEER / AliLegoGeneratorPhiZ.cxx
index 2c2089eb7184909b4c4a1e089c7f8f922421192a..3c4be206e3d53acd6321dbe3a1f36207c1c47d3e 100644 (file)
@@ -78,6 +78,6 @@ void AliLegoGeneratorPhiZ::Generate()
    
    Float_t polar[3]={0.,0.,0.};
    Int_t ntr;
-   gAlice->SetTrack(1, -1, kMpart, pmom, orig, polar, 0, kPPrimary, ntr);
+   gAlice->PushTrack(1, -1, kMpart, pmom, orig, polar, 0, kPPrimary, ntr);
    
 }