Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -308,7 +308,7 @@ void G4FluoData::PrintData()
for (size_t k = 0; k<NumberOfTransitions(i); k++)
{
G4int id = StartShellId(k+1,i);
G4int id = StartShellId(k,i);
// let's start from 1 because the first (index = 0) element of the vector
// is the id of the intial vacancy
G4double e = StartShellEnergy(k,i) /MeV;