Import Geant4 10.3.1 source tree
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user