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
@@ -56,7 +56,7 @@ class G4NormalNavigation : public G4VNavigation
G4NormalNavigation();
// Constructor
~G4NormalNavigation();
~G4NormalNavigation() override;
// Destructor
inline G4bool LevelLocate( G4NavigationHistory &history,
@@ -89,8 +89,8 @@ class G4NormalNavigation : public G4VNavigation
const G4NavigationHistory &history,
const G4double pMaxLength=DBL_MAX ) final;
virtual G4int GetVerboseLevel() const final;
virtual void SetVerboseLevel(G4int level) final;
G4int GetVerboseLevel() const final;
void SetVerboseLevel(G4int level) final;
// Get/Set Verbose(ness) level.
// [if level>0 && G4VERBOSE, printout can occur]