Import Geant4 10.5.0.beta source tree
This commit is contained in:
@@ -55,9 +55,20 @@ class G4ECDecay : public G4NuclearDecay
|
||||
|
||||
void SetARM(G4bool onoff) {applyARM = onoff;}
|
||||
|
||||
private:
|
||||
void DefineSubshellProbabilities(G4int Z, G4int A);
|
||||
|
||||
|
||||
private:
|
||||
const G4double transitionQ;
|
||||
G4bool applyARM;
|
||||
G4double PL1,PL2,PM1,PM2,PN1,PN2;
|
||||
|
||||
//Ratio of subshells probability
|
||||
static const G4double PL2overPL1[100];
|
||||
static const G4double PM2overPM1[100];
|
||||
static const G4double PN2overPN1[100];
|
||||
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
+3
-2
@@ -64,8 +64,9 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
enum G4RadioactiveDecayMode
|
||||
{RDM_ERROR=-1, IT=0, BetaMinus=1, BetaPlus=2, KshellEC=3, LshellEC=4, MshellEC=5, Alpha=6,
|
||||
Proton=7, Neutron=8, BDProton=9, BDNeutron=10, Beta2Minus=11, Beta2Plus=12, Proton2=13, Neutron2=14, SpFission=15};
|
||||
{RDM_ERROR=-1, IT=0, BetaMinus=1, BetaPlus=2, KshellEC=3, LshellEC=4, MshellEC=5, NshellEC=6,Alpha=7,
|
||||
Proton=8, Neutron=9, BDProton=10, BDNeutron=11, Beta2Minus=12, Beta2Plus=13, Proton2=14,
|
||||
Neutron2=15, SpFission=16};
|
||||
|
||||
std::istream &operator >> (std::istream &s, G4RadioactiveDecayMode &q);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user