Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -14,8 +14,13 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
09 February 2022 Gabriele Cosmo (hadr-util-V10-07-09)
|
||||
-----------------------------------------------------
|
||||
- Fixed compilation warning on Intel compilers for unused variables
|
||||
and deprecated declaration of operator=().
|
||||
|
||||
05 November 2021 Alberto Ribon (hadr-util-V10-07-08)
|
||||
--------------------------------------------------------
|
||||
----------------------------------------------------
|
||||
- G4Nucleus : the method GetBiasedThermalNucleus has been rewritten
|
||||
(by Loic Thulliez and Eric Dumonteil of CEA Saclay) according to the
|
||||
Sampling of the Velocity of the Target nucleus (SVT) algorithm.
|
||||
|
||||
@@ -46,8 +46,6 @@ public:
|
||||
G4int index)
|
||||
: Vector(vec), Size(size), Index(index) {}
|
||||
|
||||
G4Fancy3DNucleusHelper& operator=(const G4Fancy3DNucleusHelper &right)=default;
|
||||
|
||||
void Fill(const G4ThreeVector &vec, G4double size, G4int index) {
|
||||
Vector = vec;
|
||||
Size = size;
|
||||
|
||||
@@ -139,9 +139,9 @@ G4double G4NuclearRadii::RadiusND(G4int A)
|
||||
{
|
||||
G4double R = CLHEP::fermi;
|
||||
if(1 == A) { return R*0.895; }
|
||||
G4double x = R*fG4pow->Z13(A);
|
||||
if(A <= 3.) { x *= 0.8; }
|
||||
else { x *= 1.7; }
|
||||
// G4double x = R*fG4pow->Z13(A);
|
||||
// if(A <= 3.) { x *= 0.8; }
|
||||
// else { x *= 1.7; }
|
||||
return R;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user