Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
@@ -191,7 +191,9 @@ G4double G4QuasiElRatios::GetQF2IN_Ratio(G4double m_s, G4int A)
lastTRatio[j]=CalcQF2IN_Ratio(sv,A);
}
lastLRatio=new G4double[mls]; // Create the logarithmic Table
if(m_s>sma) // Initialize the logarithmic Table
// Initialize the logarithmic Table
for(G4int j=0; j<mls; ++j) lastLRatio[j]=0.0;
if(m_s>sma)
{
G4double ls=G4Log(m_s);
lastKRatio = static_cast<int>((ls-lsi)/dls)+1; // MaxBin to be initialized in LogTaB