Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -67,6 +67,8 @@ class G4UTet : public G4UAdapter<vecgeom::UnplacedTet>
inline G4GeometryType GetEntityType() const override;
inline G4bool IsFaceted() const override;
G4UTet(__void__&);
// Fake default constructor for usage restricted to direct object
// persistency for clients requiring preallocation of memory for
@@ -120,6 +122,11 @@ inline G4GeometryType G4UTet::GetEntityType() const
return "G4Tet";
}
inline G4bool G4UTet::IsFaceted() const
{
return true;
}
#endif // G4GEOM_USE_USOLIDS
#endif