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
@@ -49,7 +49,7 @@ class G4VExternalNavigation : public G4VNavigation
G4VExternalNavigation();
// Constructor
virtual ~G4VExternalNavigation();
~G4VExternalNavigation() override;
// Destructor
virtual G4VExternalNavigation* Clone() = 0;
@@ -62,8 +62,8 @@ class G4VExternalNavigation : public G4VNavigation
// Special 'Inside' call that includes direction of next motion
// provided for potential optimisations.
virtual void RelocateWithinVolume( G4VPhysicalVolume* motherPhysical,
const G4ThreeVector& localPoint );
void RelocateWithinVolume( G4VPhysicalVolume* motherPhysical,
const G4ThreeVector& localPoint ) override;
// Update any relevant internal state to take account that
// - the location has been moved to 'localPoint'
// - it remains in the current (mother) physical volume 'motherPhysical'