Import Geant4 8.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:36:02 +02:00
parent d93e1e39a9
commit 8a51e0bc40
5471 changed files with 99628 additions and 55248 deletions
@@ -272,7 +272,7 @@ void G4Fancy3DNucleus::ChoosePositions()
if ( jr < 3 )
{
jr=std::min(600,9*(myA - i));
HepRandom::getTheEngine()->flatArray(jr, prand );
CLHEP::RandFlat::shootArray(jr, prand );
}
jx=--jr;
jy=--jr;