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
@@ -31,22 +31,21 @@
// on the target surface for error propagation. It overloads ComputeStep()
// and ComputeSafety() methods.
// History:
// - Created. P. Arce, September 2004
// Created. P. Arce, September 2004
// --------------------------------------------------------------------
#ifndef G4ErrorPropagationNavigator_hh
#define G4ErrorPropagationNavigator_hh
#define G4ErrorPropagationNavigator_hh 1
#include "G4Navigator.hh"
#include "G4ThreeVector.hh"
class G4ErrorPropagationNavigator : public G4Navigator
{
public: // with description
public:
G4ErrorPropagationNavigator();
~G4ErrorPropagationNavigator() override;
G4ErrorPropagationNavigator() = default;
~G4ErrorPropagationNavigator() override = default;
G4double ComputeStep (const G4ThreeVector &pGlobalPoint,
const G4ThreeVector &pDirection,