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
@@ -56,6 +56,7 @@
class G4ParticleChangeForGamma;
class G4Pow;
class G4EmElementXS;
class G4BetheHeitlerModel : public G4VEmModel
{
@@ -111,8 +112,10 @@ protected:
const G4ParticleDefinition* fTheElectron;
const G4ParticleDefinition* fThePositron;
G4ParticleChangeForGamma* fParticleChange;
G4EmElementXS* fXSection{nullptr};
G4bool isFirstInstance{false};
G4bool useEPICS2017{false};
static std::vector<ElementData*> gElementData;
};