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
@@ -22,7 +22,7 @@
//
//
// $Id: BrachySimulation.cc
// GEANT4 tag $Name: geant4-07-01 $
// GEANT4 tag $Name: geant4-08-00 $
//
// --------------------------------------------------------------
// GEANT 4 - Brachytherapy example
@@ -76,12 +76,12 @@ BrachySimulation::~BrachySimulation()
void BrachySimulation::setSeed(G4int sd)
{
seed = sd;
HepRandom ::setTheSeed(seed);
CLHEP::HepRandom::setTheSeed(seed);
}
G4bool BrachySimulation::initialize(int ,char** )
{
HepRandom::setTheEngine(new RanecuEngine);
CLHEP::HepRandom::setTheEngine(new CLHEP::RanecuEngine);
G4cout << "G4 initializing" << G4endl;