Import Geant4 11.1.2 source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user