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
@@ -84,11 +84,12 @@ private:
static G4ShellData* shellData;
static G4DopplerProfile* profileData;
static const G4int maxZ = 99;
static G4PhysicsFreeVector* data[100];
static const G4double ScatFuncFitParam[101][9];
static G4PhysicsFreeVector* data[101]; // 101 because Z range is 1-100
static const G4double ScatFuncFitParam[101][16];
G4int verboseLevel;
G4int maxZ;
G4bool isInitialised;
};