Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
@@ -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