]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/AliGenBox.cxx
doxy: MUON macros, refs, src links, no coll graph
[u/mrichter/AliRoot.git] / EVGEN / AliGenBox.cxx
index 34cbeaccc51b14db36cada3909a0cd918a39419b..197a8c09b82aa1b5be1a2142595b8c586d7f9005 100644 (file)
@@ -153,7 +153,7 @@ void AliGenBox::GenerateN(Int_t ntimes)
              TMath::Cos(2*random[0]*TMath::Pi())*
              TMath::Sqrt(-2*TMath::Log(random[1]));
        }
-       PushTrack(fTrackIt,-1,fIpart,p,origin,polar,time,kPPrimary,nt);
+       PushTrack(fTrackIt,-1,fIpart,p,origin,polar,time,kPPrimary,nt, 1., 1);
     }
 
     AliGenEventHeader* header = new AliGenEventHeader("BOX");