Import Geant4 10.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2017-02-28 16:16:20 +01:00
parent a3452e42ac
commit 4597adb7c4
267 changed files with 14761 additions and 24650 deletions
@@ -39,7 +39,9 @@
#define G4ITDecay_h 1
#include "G4NuclearDecay.hh"
#include "G4Fragment.hh"
class G4PhotonEvaporation;
class G4ITDecay : public G4NuclearDecay
{
@@ -61,6 +63,9 @@ class G4ITDecay : public G4NuclearDecay
G4int parentZ;
G4int parentA;
G4bool applyARM;
G4Fragment* daughterNucleus;
G4PhotonEvaporation* photoEvap;
};
#endif
@@ -70,6 +70,7 @@
#include "G4ThreeVector.hh"
#include "G4Threading.hh"
class G4Fragment;
class G4RadioactiveDecaymessenger;
typedef std::vector<G4RadioactiveDecayRateVector> G4RadioactiveDecayRateTable;
@@ -236,6 +237,8 @@ class G4RadioactiveDecay : public G4VRestDiscreteProcess
G4VParticleChange* DecayIt(const G4Track& theTrack,
const G4Step& theStep);
// static G4ThreadLocal G4Fragment* polarizedNucleus;
protected:
G4DecayProducts* DoDecay(const G4ParticleDefinition& theParticleDef);