Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4FPYNubarValues.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 /*
27  * File: G4FPYNubarValues.hh
28  * Author: B. Wendt (wendbryc@isu.edu)
29  *
30  * Created on July 11, 2011, 11:23 AM
31  */
32 
33 /* * * * * * * * * * * * * * * * References * * * * * * * * * * * * * * * *
34  * *
35  * 1. "Neutron Multiplicity Measurements of Cf and Fm Isotopes", *
36  * D. C. Hoffman, G. P. Ford, J. P. Balagna, and L. R. Veeser, Physical *
37  * Review C, 21.2, February 1980 *
38  * 2. "Spontaneous Fission Properties and Lifetime Systematics", *
39  * D. C. Hoffman, International Conference on Fifty Years Research in *
40  * Nuclear Fission, Berlin, Germany, 1989 *
41  * 3. MCNP - A General Monte carlo N-Particle Transport Code, Version 5, *
42  * X-5 Monte Carlo Team, Volume I: Overview and Theory, April, 2005 *
43  * 4. ENDF database, Search parameters: ENDF/B-VII.0; MF=1; MAT=452 *
44  * 5. Prompt Neutron Multiplicities for the Transplutonium Nuclides, *
45  * N. E. Holden and M. S. Zucker, Brookhaven National Lab, January, 1985 *
46  * *
47  * * * * * * * * * * * * * * * * References * * * * * * * * * * * * * * * */
48 
49 #ifndef G4FPYNUBARVALUES_HH
50 #define G4FPYNUBARVALUES_HH
51 
52 /** Evaluated nubar values for neutron induced fission. The data are represented
53  * as linear regression fits from experimental data in the form: v = mx + b,
54  * where x is the incident neutron energy.
55  * \n \n Value 1: The isotope in ZZZAAA format
56  * \n Value 2: 'x' of the linear regression fit multiplied by 10^13
57  * \n Value 3: 'b' of the linear regression fit multiplied by 10^4
58  * \n \n See Reference 4 for further information
59  */
60 static const G4int NeutronInducedNubar_[][3] = {
61  // Default
62  {0, 1476773, 29881},
63  // Thorium
64  {90227, 818327, 20647}, {90229, 936480, 20872}, {90232, 1252285, 21061},
65  // Proactinum
66  {91231, 1030251, 22480},
67  // Uranium
68  {92232, 1070000, 31300}, {92233, 1218868, 25043},
69  {92234, 1230006, 23673}, {92235, 1392331, 24336},
70  {92236, 1353849, 23717}, {92237, 1502160, 24911},
71  {92238, 1343405, 24911},
72  // Neptunium
73  {93237, 1485790, 26362}, {93238, 1476892, 25150},
74  // Plutonium
75  {94238, 1479368, 28950}, {94239, 1477500, 28505},
76  {94240, 1518313, 28030}, {94241, 1496809, 29443},
77  {94242, 1575406, 28100},
78  // Americium
79  {95241, 1425195, 30827}, {95242, 1337871, 32717},
80  {95243, 1305739, 32737},
81  // Curium
82  {96242, 1720000, 34400}, {96243, 1220064, 34329},
83  {96244, 1839123, 32444}, {96245, 1166218, 35968},
84  {96246, 1223446, 36153}, {96248, 2080000, 34900},
85  // Californium
86  {98249, 1796326, 38876}, {98251, 2416144, 41400},
87  // Einsteinium
88  {99254, 2438676, 40832},
89  // Fermium
90  {100255, 2499442, 43924},
91  // End of array
92  {-1, -1, -1} };
93 
94 /** Recommended Gaussian widths for neutron induced fission.
95  * \n Column 1: The isotope in ZZZAAA format
96  * \n Column 2: The width multiplied by 10^6
97  * \n \n See Reference 3 for further information
98  */
99 // Still need: a lot
100 static const G4int NeutronInducedNubarWidth_[][2] = {
101  // Default
102  {0, 1210000},
103  // Uranium
104  {92233, 1144900}, {92235, 1183744}, {92238, 1245456},
105  // Plutonium
106  {94239, 1299600}, {94241, 1322500},
107  // End of array
108  {-1, -1} };
109 
110 /** Evaluated nubar values for neutron induced fission. The data are represented
111  * as linear regression fits from experimental data in the form: v = mx + b,
112  * where x is the incident neutron energy.
113  * \n \n Value 1: The isotope in ZZZAAA format
114  * \n Value 2: 'x' of the linear regression fit multiplied by 10^13
115  * \n Value 3: 'b' of the linear regression fit multiplied by 10^4
116  * \n \n See References 1, 2, 4, & 5 for further information
117  */
118 static const G4int SpontaneousNubar_[][3] = {
119  // Default
120  {0, 25000},
121  // Uranium
122  {92238, 0, 20000},
123  // Curium
124  {96244, 0, 26875}, {96246, 0, 29480}, {96248, 0, 31500},
125  // Californium
126  {98250, 0, 25200}, {98252, 0, 37676},
127  // Einsteinium
128  {99253, 0, 47000},
129  // Fermium
130  {100254, 0, 39800}, {100256, 0, 37300},
131  // End of array
132  {-1, -1, -1} };
133 
134 /** Recommended Gaussian widths for neutron induced fission.
135  * See Reference 3 for further information.
136  * \n Column 1: The isotope in ZZZAAA format
137  * \n Column 2: The width multiplied by 10^6
138  */
139 // Still need: 92238, 99253
140 static const G4int SpontaneousNubarWidth_[][2] = {
141  // Default
142  {0, 1210000},
143  // Plutonium
144  {94238, 1288225}, {94240, 1324801}, {94242, 1347921},
145  // Curium
146  {96242, 1190281}, {96244, 1216609}, {96246, 1205604}, {96248, 1227664},
147  // Californium
148  {98250, 1488400}, {98252, 1550025}, {98254, 1476225},
149  // Fermium
150  {100254, 1552516}, {100256, 1349007}, {100257, 1178983},
151  // End of array
152  {-1, -1} };
153 
154 #endif /* G4FPYNUBARVALUES_HH */
155 
int G4int
Definition: G4Types.hh:78