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 -2
View File
@@ -35,8 +35,8 @@
// Original authors: X.Dong, A.Dotti - February 2013
// --------------------------------------------------------------------
#ifndef G4MTRunManager_hh
#define G4MTRunManager_hh 1
#ifndef G4MTRUNMANAGER_HH
#define G4MTRUNMANAGER_HH
#include "G4MTBarrier.hh"
#include "G4RNGHelper.hh"
@@ -77,6 +77,9 @@ class G4MTRunManager : public G4RunManager
G4int n_select = -1) override;
virtual void InitializeThreadPool() {}
// Start parallel optimization
void GeometryOptimisation() override;
// The following do not do anything for this runmanager
void TerminateOneEvent() override;
void ProcessOneEvent(G4int i_event) override;