Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -44,7 +44,7 @@
#include "G4Types.hh"
// CM momentum (GeV/c)
G4float G4LEpp::Pcm[NENERGY] = {
const G4float G4LEpp::Pcm[NENERGY] = {
0.685E-01, 0.969E-01, 0.137, 0.181, 0.217, 0.237, 0.256,
0.291, 0.321, 0.349, 0.363, 0.375, 0.400, 0.444,
0.494, 0.540, 0.573, 0.613, 0.650, 0.685, 0.719, 0.751,
@@ -54,7 +54,7 @@
};
// Lab energy (GeV)
G4float G4LEpp::Elab[NENERGY] = {
const G4float G4LEpp::Elab[NENERGY] = {
0.100E-01, 0.200E-01, 0.400E-01, 0.700E-01, 0.100, 0.120, 0.140,
0.180, 0.220, 0.260, 0.280, 0.300, 0.340, 0.420,
0.520, 0.620, 0.700, 0.800, 0.900, 1.00, 1.10, 1.20,
@@ -64,7 +64,7 @@
};
// Max dSigma/domega-CM (mb/sr)
G4float G4LEpp::dSigmax[NENERGY] = {
const G4float G4LEpp::dSigmax[NENERGY] = {
63.9, 29.9, 14.5, 8.97, 7.23, 6.66, 6.30,
5.89, 5.68, 5.57, 5.56, 5.57, 5.74, 6.38,
7.66, 9.65, 12.4, 15.6, 18.0, 20.1, 22.0, 23.8,
@@ -74,7 +74,7 @@
};
// Total cross section
G4float G4LEpp::Sigtot[NENERGY] = {
const G4float G4LEpp::Sigtot[NENERGY] = {
396., 179., 80.7, 44.5, 32.8, 29.0, 26.9,
24.9, 24.4, 24.3, 24.4, 24.4, 24.7, 25.5,
26.4, 26.1, 25.6, 25.1, 24.4, 23.4, 22.4, 21.5,
@@ -83,7 +83,7 @@
34.394, 33.885, 34.122, 33.603
};
G4float G4LEpp::Sig[NENERGY][NANGLE] = {
const G4float G4LEpp::Sig[NENERGY][NANGLE] = {
//------------ 0.01 GeV
{0.00008, 0.00031, 0.00070, 0.00124, 0.00193, 0.00278, 0.00378,
0.00494, 0.00624, 0.00770, 0.00932, 0.01108, 0.01299, 0.01506,
@@ -1180,7 +1180,7 @@
// Appended at end: cm momentum (GeV/c), Lab Energy (GeV), max
// dSigma/domega-CM (mb/sr), total cross section
G4float G4LEpp::SigCoul[NENERGYC][NANGLE] = {
const G4float G4LEpp::SigCoul[NENERGYC][NANGLE] = {
//------------ 0.01 GeV
{0.47617, 0.49374, 0.49750, 0.49885, 0.49948, 0.49982, 0.50002,
0.50015, 0.50023, 0.50029, 0.50033, 0.50037, 0.50039, 0.50041,
@@ -1778,21 +1778,21 @@
};
// CM momentum (GeV/c)
G4float G4LEpp::PcmCoul[NENERGYC] = {
const G4float G4LEpp::PcmCoul[NENERGYC] = {
0.685E-01, 0.969E-01, 0.137, 0.181, 0.217, 0.237, 0.256,
0.291, 0.321, 0.349, 0.362, 0.375, 0.399, 0.444,
0.494, 0.539, 0.573, 0.613, 0.650, 0.685, 0.718, 0.750
};
// Lab energy (GeV)
G4float G4LEpp::ElabCoul[NENERGYC] = {
const G4float G4LEpp::ElabCoul[NENERGYC] = {
0.100E-01, 0.200E-01, 0.400E-01, 0.700E-01, 0.100, 0.120, 0.140,
0.180, 0.220, 0.260, 0.280, 0.300, 0.340, 0.420,
0.520, 0.620, 0.700, 0.800, 0.900, 1.00, 1.10, 1.20
};
// Max dSigma/domega-CM (mb/sr)
G4float G4LEpp::dSigmaxCoul[NENERGYC] = {
const G4float G4LEpp::dSigmaxCoul[NENERGYC] = {
0.145E+09, 0.368E+08, 0.950E+07, 0.324E+07, 0.166E+07, 0.118E+07, 0.893E+06,
0.570E+06, 0.401E+06, 0.302E+06, 0.266E+06, 0.237E+06, 0.193E+06, 0.138E+06,
0.994E+05, 0.767E+05, 0.645E+05, 0.536E+05, 0.458E+05, 0.399E+05, 0.353E+05,
@@ -1800,7 +1800,7 @@
};
// Total cross section
G4float G4LEpp::SigtotCoul[NENERGYC] = {
const G4float G4LEpp::SigtotCoul[NENERGYC] = {
0.146E+06, 0.371E+05, 0.958E+04, 0.328E+04, 0.169E+04, 0.121E+04, 918.,
593., 424., 325., 290., 261., 217., 163.,
125., 102., 89.8, 78.8, 70.3, 63.6, 58.0, 53.5