Import Geant4 11.3.2 source tree

This commit is contained in:
Gabriele Cosmo
2025-04-28 13:52:33 +02:00
parent df176550b3
commit 20a218bbe1
266 changed files with 8007 additions and 7819 deletions
@@ -39,10 +39,11 @@
// 06.04.21 Removed two types (V.Ivanchenko)
//
//---------------------------------------------------------------
#ifndef G4EmTableType_h
#define G4EmTableType_h 1
#include "G4Types.hh"
enum G4EmTableType
{
fTotal = 0,
@@ -60,7 +61,8 @@ enum G4CrossSectionType
fEmTwoPeaks
};
struct G4TwoPeaksXS {
struct G4TwoPeaksXS
{
G4double e1peak;
G4double e1deep;
G4double e2peak;