Import Geant4 8.0.0 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user