Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -90,11 +90,19 @@ private:
// Vector of pointers to the GDRPhotonuclearCrossSection
std::vector <G4double*> GDR;
// ejc3 // store deuteron XS
// store deuteron, triton, He3 XS
G4double* deuteron_GDR;
G4double* deuteron_HR;
G4double deuteron_TH;
G4double deuteron_SP;
G4double* triton_GDR;
G4double* triton_HR;
G4double triton_TH;
G4double triton_SP;
G4double* he3_GDR;
G4double* he3_HR;
G4double he3_TH;
G4double he3_SP;
// Vector of pointers to the HighEnPhotonuclearCrossSect
std::vector <G4double*> HEN;