Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+1 -12
View File
@@ -191,7 +191,7 @@ void G4MTRunManager::SetNumberOfThreads(G4int n )
{
G4ExceptionDescription msg;
msg << "Number of threads is forced to " << forcedNwokers
<< " by G4FORCENUMBEROFWORKERS shell variable.\n"
<< " by G4FORCENUMBEROFTHREADS shell variable.\n"
<< "Method ignored.";
G4Exception("G4MTRunManager::SetNumberOfThreads(G4int)",
"Run0035", JustWarning, msg);
@@ -557,17 +557,6 @@ void G4MTRunManager::TerminateWorkers()
threads.clear();
}
#include "G4IonTable.hh"
#include "G4ParticleTable.hh"
#include "G4CascadeInterface.hh"
void G4MTRunManager::InitializePhysics()
{
G4RunManager::InitializePhysics();
//BERTINI, this is needed to create pseudo-particles, to be removed
G4CascadeInterface::Initialize();
}
void G4MTRunManager::AbortRun(G4bool softAbort)
{
// This method is valid only for GeomClosed or EventProc state