Import Geant4 11.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2026-03-19 16:51:22 +01:00
parent b4a16de652
commit 41f2dd7996
352 changed files with 26342 additions and 24532 deletions
@@ -41,8 +41,8 @@
// and intermediate energies
//
#ifndef G4EmStandardPhysics_option4_h
#define G4EmStandardPhysics_option4_h 1
#ifndef G4EMSTANDARDPHYSICS_OPTION4_HH
#define G4EMSTANDARDPHYSICS_OPTION4_HH
#include "G4VPhysicsConstructor.hh"
#include "globals.hh"
@@ -55,10 +55,13 @@ public:
explicit G4EmStandardPhysics_option4(G4int ver=1, const G4String& name="");
~G4EmStandardPhysics_option4() override;
~G4EmStandardPhysics_option4() override = default;
void ConstructParticle() override;
void ConstructProcess() override;
private:
G4bool fUseExternalDEDX{false};
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......