X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TGeant3%2FAliGeant3.cxx;h=101589bd296b380f0ee1180a4fefba318e2d182a;hb=42c4004e4015c008faa9b61f6c4238e3f1d42b93;hp=3f02c2fcc5442fe0da866265f4c580b6e12016b9;hpb=65fb704d5a3c40dcad260b5c6ceb87aaa8697172;p=u%2Fmrichter%2FAliRoot.git diff --git a/TGeant3/AliGeant3.cxx b/TGeant3/AliGeant3.cxx index 3f02c2fcc54..101589bd296 100644 --- a/TGeant3/AliGeant3.cxx +++ b/TGeant3/AliGeant3.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.13 2000/11/30 07:12:54 alibrary +Introducing new Rndm and QA classes + Revision 1.12 2000/11/06 11:35:46 morsch Call BuildGeometry() after Init() to be able to share common detector parameters. @@ -744,7 +747,7 @@ void gustep() // --- Add new created particles if (gMC->NSecondaries() > 0) { - pProc=gMC->ProdProcess(); + pProc=gMC->ProdProcess(0); for (jk = 0; jk < geant3->Gcking()->ngkine; ++jk) { ipp = Int_t (geant3->Gcking()->gkin[jk][4]+0.5); // --- Skip neutrinos!