Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -40,14 +40,15 @@ class G4DeexPrecoUtility
|
||||
{
|
||||
public:
|
||||
|
||||
// compute correction factor
|
||||
static G4double CorrectionFactor(const G4int index, const G4int Z,
|
||||
const G4double A13, const G4double CB,
|
||||
const G4double eKin, const G4double eKin0);
|
||||
|
||||
// Compute correction factor
|
||||
// Data comes from Dostrovsky, Fraenkel and Friedlander
|
||||
// Physical Review, vol 116, num. 3 1959
|
||||
|
||||
static G4double CorrectionFactor(const G4int index, const G4int Z,
|
||||
const G4double A13,
|
||||
const G4double bCoulomb,
|
||||
const G4double ekin);
|
||||
|
||||
static G4double ProtonKValue(const G4int Z);
|
||||
|
||||
static G4double AlphaKValue(const G4int Z);
|
||||
@@ -56,6 +57,8 @@ public:
|
||||
|
||||
static G4double AlphaCValue(const G4int Z);
|
||||
|
||||
static G4double LevelDensity(const G4int Z, const G4int A, const G4int index);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user