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
@@ -178,6 +178,8 @@ class G4VScoringMesh
inline void SetVerboseLevel(G4int vl) { verboseLevel = vl; }
// get the primitive scorer map
inline MeshScoreMap GetScoreMap() const { return fMap; }
// get the associated detector
inline const G4MultiFunctionalDetector* GetMFD() const { return fMFD; }
// get whether this mesh setup has been ready
inline G4bool ReadyForQuantity() const { return (sizeIsSet && nMeshIsSet); }