Import Geant4 11.1.2 source tree

This commit is contained in:
Gabriele Cosmo
2023-06-19 17:17:14 +02:00
parent 84a556a9dc
commit aef78ca386
309 changed files with 35572 additions and 34678 deletions
@@ -74,7 +74,7 @@ class G4WentzelOKandVIxSection
public:
explicit G4WentzelOKandVIxSection(G4bool comb=true);
explicit G4WentzelOKandVIxSection(G4bool combined=true);
virtual ~G4WentzelOKandVIxSection();
@@ -139,7 +139,10 @@ protected:
G4double coeff;
G4double cosTetMaxElec = 1.0;
G4double cosTetMaxNuc = 1.0;
G4double cosThetaMax = -1.0;
// for the combined mode it is cos(thetaMax)
// for single scattering it is cos(thetaMin)
G4double cosThetaMax = 1.0;
G4double chargeSquare = 0.0;
G4double charge3 = 0.0;