Import Geant4 11.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2026-03-19 16:51:22 +01:00
parent b4a16de652
commit 41f2dd7996
352 changed files with 26342 additions and 24532 deletions
+5 -3
View File
@@ -98,8 +98,8 @@
// Original author: M.Asai, 1996
// --------------------------------------------------------------------
#ifndef G4RunManager_hh
#define G4RunManager_hh 1
#ifndef G4RUNMANAGER_HH
#define G4RUNMANAGER_HH
#include "G4Event.hh"
#include "G4EventManager.hh"
@@ -133,6 +133,7 @@ class G4DCtable;
class G4Run;
class G4PrimaryTransformer;
class G4RunManagerFactory;
class G4MaterialScanner;
class G4RunManager
{
@@ -207,6 +208,7 @@ class G4RunManager
// InitializeGeometry() and the G4VUserPhysicsList class will be accessed
// from the method InitializePhysics().
virtual void InitializeGeometry();
virtual void GeometryOptimisation();
virtual void InitializePhysics();
// These four methods are invoked from the BeamOn() method and they're
@@ -673,7 +675,7 @@ class G4RunManager
static G4ThreadLocal G4RunManager* fRunManager;
G4RunMessenger* runMessenger = nullptr;
G4MaterialScanner* materialScanner = nullptr;
};
#endif