Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -26,9 +26,6 @@
/// \file field/field05/include/F05SteppingVerbose.hh
/// \brief Definition of the F05SteppingVerbose class
//
//
//
//
//---------------------------------------------------------------
//
// F05SteppingVerbose.hh
@@ -54,7 +51,8 @@ class F05SteppingVerbose : public G4SteppingVerbose
public:
F05SteppingVerbose() = default;
~F05SteppingVerbose() override = default;
// Constructor/Destructor
G4VSteppingVerbose* Clone() override { return new F05SteppingVerbose; }
void StepInfo() override;
void TrackingStarted() override;