Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
+5
View File
@@ -150,6 +150,9 @@ class G4RunManagerKernel
geometryNeedsToBeClosed = true;
}
}
inline void ResetNavigatorAtInitialization(G4bool val=true)
{ resetNavigatorAtInitialization = val; }
inline G4int GetNumberOfParallelWorld() const { return numberOfParallelWorld; }
inline void SetNumberOfParallelWorld(G4int i) { numberOfParallelWorld = i; }
@@ -213,6 +216,8 @@ class G4RunManagerKernel
static G4ThreadLocal G4RunManagerKernel* fRunManagerKernel;
G4int numberOfStaticAllocators = 0;
G4bool resetNavigatorAtInitialization = false;
};
#endif