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
+3 -2
View File
@@ -36,8 +36,8 @@
// Original authors: X.Dong, A.Dotti - 2013
// --------------------------------------------------------------------
#ifndef G4WorkerRunManager_hh
#define G4WorkerRunManager_hh 1
#ifndef G4WORKERRUNMANAGER_HH
#define G4WORKERRUNMANAGER_HH
#include "G4RNGHelper.hh"
#include "G4RunManager.hh"
@@ -55,6 +55,7 @@ class G4WorkerRunManager : public G4RunManager
~G4WorkerRunManager() override;
void InitializeGeometry() override;
void GeometryOptimisation() override;
void RunInitialization() override;
void DoEventLoop(G4int n_event, const char* macroFile = nullptr, G4int n_select = -1) override;
void ProcessOneEvent(G4int i_event) override;