Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
+2 -2
View File
@@ -884,7 +884,7 @@ template<class T> TLBE<T>::~TLBE()
// Decays ///////////////////////////////////////////////////////////////////
#include "G4Decay.hh"
#include "G4RadioactiveDecay.hh"
#include "G4RadioactiveDecayBase.hh"
#include "G4IonTable.hh"
#include "G4Ions.hh"
@@ -918,7 +918,7 @@ template<class T> TLBE<T>::~TLBE()
// Declare radioactive decay to the GenericIon in the IonTable.
const G4IonTable *theIonTable =
G4ParticleTable::GetParticleTable()->GetIonTable();
G4RadioactiveDecay *theRadioactiveDecay = new G4RadioactiveDecay();
G4RadioactiveDecayBase* theRadioactiveDecay = new G4RadioactiveDecayBase();
//Fix for activation of RadioactiveDecay, based on G4RadioactiveDecayPhysics
G4EmParameters* param = G4EmParameters::Instance();