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
@@ -25,7 +25,7 @@
//
// G4Region inline implementation
//
// 19.09.02, G.Cosmo - Created
// Author: Gabriele Cosmo (CERN), 18.09.2002
// --------------------------------------------------------------------
// ********************************************************************
@@ -126,7 +126,7 @@ G4Region::GetMaterialIterator() const
// ********************************************************************
//
inline
size_t G4Region::GetNumberOfMaterials() const
std::size_t G4Region::GetNumberOfMaterials() const
{
return fMaterials.size();
}
@@ -136,7 +136,7 @@ size_t G4Region::GetNumberOfMaterials() const
// ********************************************************************
//
inline
size_t G4Region::GetNumberOfRootVolumes() const
std::size_t G4Region::GetNumberOfRootVolumes() const
{
return fRootVolumes.size();
}