Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -147,15 +147,14 @@ private:
G4NistManager* nist;
G4Pow* g4calc;
G4double mass;
G4double tlimit;
G4double spin;
G4double magMoment2;
G4double chargeSquare;
G4double ratio;
G4double formfact;
G4double corrFactor;
G4bool isIon;
G4double mass = 0.0;
G4double tlimit = DBL_MAX;
G4double spin = 0.0;
G4double magMoment2 = 0.0;
G4double chargeSquare = 1.0;
G4double ratio = 1.0;
G4double formfact = 0.0;
G4double corrFactor = 1.0;
G4double MLN10;
G4double atomic_mass_unit;
G4double dedx_constant;
@@ -163,6 +162,8 @@ private:
G4double fine_structure;
G4double domega2dx_constant;
G4bool isIon = false;
static G4double stepE;
static G4double tableE[200];
static const G4double element_atomic_weights[110];