Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
@@ -65,6 +65,7 @@ public:
// Z - atomic number of the projectile
// e - energy per nucleon, loge = log(e)
// if data for a given combination Z/material exist the DEDX > 0.
G4double GetDEDX(const G4Material*, const G4int Z,
const G4double e, const G4double loge) const;
@@ -97,7 +98,6 @@ private:
G4PhysicsLogVector* fElmData[81][93] = {{nullptr}};
G4PhysicsFreeVector* fVector = nullptr;
G4int fNmat = 0;
G4int fNbins = 0;
G4int fNbinsPerDecade = 10;
G4int fVerbose = 0;