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
@@ -69,14 +69,12 @@ public:
private:
void ReadData(size_t Z, const char* path = nullptr);
static G4PhysicsFreeVector* data[101]; // 101 because Z range is 1-100
static G4double lowEnergyLimit;
G4ParticleChangeForGamma* fParticleChange;
static const G4int maxZ =101;
static G4PhysicsFreeVector* data[maxZ]; // 101 because Z range is 1-100
static G4double lowEnergyLimit;
G4int verboseLevel;
G4ParticleChangeForGamma* fParticleChange;
G4int maxZ;
};