Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -15,8 +15,17 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
20 April 2022 - Alberto Ribon (hadr-abla-V10-07-06)
|
||||
---------------------------------------------------
|
||||
- G4Abla.cc : fixed compilation warnings for 'may be used uninitialized'
|
||||
variables.
|
||||
|
||||
9 February 2022 - Gabriele Cosmo
|
||||
--------------------------------
|
||||
- Fixed compilation warnings on Intel compilers for unused variables.
|
||||
|
||||
8 November 2021 - Jose Luis Rodriguez Sanchez (hadr-abla-V10-07-05)
|
||||
-----------------------------------------------------
|
||||
-------------------------------------------------------------------
|
||||
- Update of G4Abla for hypernuclei.
|
||||
|
||||
27 October 2021 - Alberto Ribon (hadr-abla-V10-07-04)
|
||||
|
||||
@@ -288,6 +288,7 @@ public:
|
||||
|
||||
void dump()
|
||||
{
|
||||
/*
|
||||
G4double totA = 0.0, totZ = 0.0, totP = 0.0;
|
||||
// G4cout <<"i \t ACV \t ZPCV \t PCV" << G4endl;
|
||||
for(G4int i = 0; i <= iv; i++) {
|
||||
@@ -301,6 +302,7 @@ public:
|
||||
}
|
||||
// G4cout <<"Particle count index (iv) = " << iv << G4endl;
|
||||
// G4cout <<"ABLA Total: A = " << totA << " Z = " << totZ << " momentum = " << totP << G4endl;
|
||||
*/
|
||||
}
|
||||
|
||||
G4double acv[VOLANTSIZE],zpcv[VOLANTSIZE],pcv[VOLANTSIZE],xcv[VOLANTSIZE];
|
||||
|
||||
@@ -8162,7 +8162,7 @@ c Delta_u2_shell.
|
||||
G4double re1,re2,re3;
|
||||
G4double eps1,eps2;
|
||||
G4double Z1UCD,Z2UCD;
|
||||
G4double beta,beta1,beta2;
|
||||
G4double beta=0.,beta1=0.,beta2=0.;
|
||||
// double betacomplement;
|
||||
G4double DN1_POL;
|
||||
/* shift of most probable neutron number for given Z,
|
||||
@@ -8184,9 +8184,9 @@ c Delta_u2_shell.
|
||||
G4double E_eff1_saddle,E_eff2_saddle;
|
||||
G4double Epot0_mode1_saddle,Epot0_mode2_saddle,Epot0_symm_saddle;
|
||||
G4double Epot_mode1_saddle,Epot_mode2_saddle,Epot_symm_saddle;
|
||||
G4double E_defo,E_defo1,E_defo2,E_scission_pre,E_scission_post;
|
||||
G4double E_defo,E_defo1,E_defo2,E_scission_pre=0.,E_scission_post;
|
||||
G4double E_asym;
|
||||
G4double E1exc,E2exc;
|
||||
G4double E1exc=0.,E2exc=0.;
|
||||
G4double E1exc_sigma,E2exc_sigma;
|
||||
G4double TKER;
|
||||
G4double EkinR1,EkinR2;
|
||||
@@ -8199,7 +8199,7 @@ c Delta_u2_shell.
|
||||
G4double E_HELP;
|
||||
G4double Z_scission,N_scission,A_scission;
|
||||
G4double Z2_over_A_eff;
|
||||
G4double beta1gs,beta2gs,betags;
|
||||
G4double beta1gs=0.,beta2gs=0.,betags=0.;
|
||||
G4double sigZmin; // 'Minimum neutron width for constant Z'
|
||||
G4double DSN132,Delta_U1_shell,E_eff0_saddle;//,e_scission;
|
||||
G4int NbLam0= (*NbLam0_par);
|
||||
|
||||
Reference in New Issue
Block a user