Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
#include "G4Types.hh"
|
||||
|
||||
G4float G4AngularDistributionNP::sig[NENERGY][NANGLE] = {
|
||||
const G4float G4AngularDistributionNP::sig[NENERGY][NANGLE] = {
|
||||
//------------ 0.01 GeV
|
||||
{0.00007, 0.00030, 0.00066, 0.00118, 0.00184, 0.00265, 0.00360,
|
||||
0.00471, 0.00595, 0.00735, 0.00888, 0.01057, 0.01239, 0.01436,
|
||||
@@ -1101,7 +1101,7 @@
|
||||
};
|
||||
|
||||
// CM momentum (GeV/c)
|
||||
G4float G4AngularDistributionNP::pcm[NENERGY] = {
|
||||
const G4float G4AngularDistributionNP::pcm[NENERGY] = {
|
||||
0.685E-01, 0.969E-01, 0.119, 0.153, 0.181, 0.217, 0.256,
|
||||
0.291, 0.336, 0.399, 0.444, 0.484, 0.522, 0.539,
|
||||
0.565, 0.589, 0.613, 0.650, 0.685, 0.718, 0.750,
|
||||
@@ -1111,7 +1111,7 @@
|
||||
};
|
||||
|
||||
// Lab energy (GeV)
|
||||
G4float G4AngularDistributionNP::elab[NENERGY] = {
|
||||
const G4float G4AngularDistributionNP::elab[NENERGY] = {
|
||||
0.100E-01, 0.200E-01, 0.300E-01, 0.500E-01, 0.700E-01, 0.100, 0.140,
|
||||
0.180, 0.240, 0.340, 0.420, 0.500, 0.580, 0.620,
|
||||
0.680, 0.740, 0.800, 0.900, 1.00, 1.10, 1.200,
|
||||
@@ -1121,7 +1121,7 @@
|
||||
};
|
||||
|
||||
// Max dsigma/domega-CM (mb/sr)
|
||||
G4float G4AngularDistributionNP::dsigmax[NENERGY] = {
|
||||
const G4float G4AngularDistributionNP::dsigmax[NENERGY] = {
|
||||
79.0, 43.0, 29.8, 20.0, 16.3, 14.5, 13.3,
|
||||
12.6, 11.9, 11.3, 11.1, 10.7, 9.69, 10.1,
|
||||
11.4, 12.5, 13.3, 14.5, 15.6, 16.9, 18.3,
|
||||
@@ -1132,7 +1132,7 @@
|
||||
|
||||
|
||||
// Total cross section
|
||||
G4float G4AngularDistributionNP::sigtot[NENERGY] = {
|
||||
const G4float G4AngularDistributionNP::sigtot[NENERGY] = {
|
||||
947., 485., 310., 168., 110., 75.7, 55.2,
|
||||
45.9, 39.1, 34.1, 32.3, 31.3, 30.1, 29.5,
|
||||
28.4, 27.4, 26.4, 24.8, 23.4, 22.4, 21.9,
|
||||
|
||||
Reference in New Issue
Block a user