Import Geant4 10.6.0.beta source tree
This commit is contained in:
@@ -13,8 +13,10 @@ introduced in the code and keeptrack of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
09-April-2019 V.Ivanchenko (phys-lists-V10-04-08)
|
||||
18-March-2019 V.Ivanchenko
|
||||
25-June-2019 Dennis Wright (phys-lists-V10-05-01)
|
||||
- replace G4RadioactiveDecay with G4RadioactiveDecayBase in LBE.icc
|
||||
|
||||
18-March-2019 V.Ivanchenko (phys-lists-V10-05-00)
|
||||
- Shielding, QGSP_BIC_HP, QGSP_BIC_AllHP - cut for proton is set
|
||||
to zero (problem #2150) and code clean-up
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user