X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVGEN%2FAliGenThetaSlice.cxx;h=47e5970db3ac996941d5e1fcd5fec64e6ce8c1fa;hb=642f15cfce9ebda2ff71a55c5edb8d9bc0c729c4;hp=27d2663f25395bbbd52b20b2e029c501334088a7;hpb=ce4e6d5801b3aa1747ba34fb16ff5ef9eeacc45e;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVGEN/AliGenThetaSlice.cxx b/EVGEN/AliGenThetaSlice.cxx index 27d2663f253..47e5970db3a 100644 --- a/EVGEN/AliGenThetaSlice.cxx +++ b/EVGEN/AliGenThetaSlice.cxx @@ -113,7 +113,7 @@ void AliGenThetaSlice::Generate() TMath::Sqrt(-2*TMath::Log(random[2*j+1])); } } - SetTrack(fTrackIt,-1,fIpart,p,origin,polar,0,kPPrimary,nt); + PushTrack(fTrackIt,-1,fIpart,p,origin,polar,0,kPPrimary,nt); } }