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