Import Geant4 11.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2025-12-05 08:54:02 +01:00
parent a499fb82e9
commit b4a16de652
6484 changed files with 232674 additions and 221097 deletions
+4
View File
@@ -6,6 +6,10 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-09-03 John Allison (visVtk-V11-03-00)
- G4VtkSceneHandler::ClearStore:
- Clear both stores.
## 2024-10-17 John Allison (visVtk-V11-02-07)
- G4VtkMessenger.cc:
- Added x3d to /vis/vtk/export format parameter guidance.
@@ -184,6 +184,7 @@ void G4VtkSceneHandler::ClearStore()
G4cout << "G4VtkSceneHandler::ClearStore()" << G4endl;
#endif
store.Clear();
transientStore.Clear();
}
void G4VtkSceneHandler::ClearTransientStore()