Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 16:15:15 +00:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -70,12 +70,12 @@ private:
void ReadData(size_t Z, const char* path = 0);
G4ParticleChangeForGamma* fParticleChange;
static const G4int maxZ = 100;
static G4PhysicsFreeVector* dataCS[101];
static G4PhysicsFreeVector* dataCS[101]; // 101 because Z range is 1-100
G4double lowEnergyLimit;
G4int verboseLevel;
G4int maxZ;
G4bool isInitialised;
};