ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4FPYNubarValues.hh
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file G4FPYNubarValues.hh
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 #include "G4Types.hh"
53 
62 static const G4int NeutronInducedNubar_[][3] = {
63  // Default
64  {0, 1476773, 29881},
65  // Thorium
66  {90227, 818327, 20647}, {90229, 936480, 20872}, {90232, 1252285, 21061},
67  // Proactinum
68  {91231, 1030251, 22480},
69  // Uranium
70  {92232, 1070000, 31300}, {92233, 1218868, 25043},
71  {92234, 1230006, 23673}, {92235, 1392331, 24336},
72  {92236, 1353849, 23717}, {92237, 1502160, 24911},
73  {92238, 1343405, 24911},
74  // Neptunium
75  {93237, 1485790, 26362}, {93238, 1476892, 25150},
76  // Plutonium
77  {94238, 1479368, 28950}, {94239, 1477500, 28505},
78  {94240, 1518313, 28030}, {94241, 1496809, 29443},
79  {94242, 1575406, 28100},
80  // Americium
81  {95241, 1425195, 30827}, {95242, 1337871, 32717},
82  {95243, 1305739, 32737},
83  // Curium
84  {96242, 1720000, 34400}, {96243, 1220064, 34329},
85  {96244, 1839123, 32444}, {96245, 1166218, 35968},
86  {96246, 1223446, 36153}, {96248, 2080000, 34900},
87  // Californium
88  {98249, 1796326, 38876}, {98251, 2416144, 41400},
89  // Einsteinium
90  {99254, 2438676, 40832},
91  // Fermium
92  {100255, 2499442, 43924},
93  // End of array
94  {-1, -1, -1} };
95 
101 // Still need: a lot
102 static const G4int NeutronInducedNubarWidth_[][2] = {
103  // Default
104  {0, 1210000},
105  // Uranium
106  {92233, 1144900}, {92235, 1183744}, {92238, 1245456},
107  // Plutonium
108  {94239, 1299600}, {94241, 1322500},
109  // End of array
110  {-1, -1} };
111 
120 static const G4int SpontaneousNubar_[][3] = {
121  // Default
122  {0, 25000},
123  // Uranium
124  {92238, 0, 20000},
125  // Curium
126  {96244, 0, 26875}, {96246, 0, 29480}, {96248, 0, 31500},
127  // Californium
128  {98250, 0, 25200}, {98252, 0, 37676},
129  // Einsteinium
130  {99253, 0, 47000},
131  // Fermium
132  {100254, 0, 39800}, {100256, 0, 37300},
133  // End of array
134  {-1, -1, -1} };
135 
141 // Still need: 92238, 99253
142 static const G4int SpontaneousNubarWidth_[][2] = {
143  // Default
144  {0, 1210000},
145  // Plutonium
146  {94238, 1288225}, {94240, 1324801}, {94242, 1347921},
147  // Curium
148  {96242, 1190281}, {96244, 1216609}, {96246, 1205604}, {96248, 1227664},
149  // Californium
150  {98250, 1488400}, {98252, 1550025}, {98254, 1476225},
151  // Fermium
152  {100254, 1552516}, {100256, 1349007}, {100257, 1178983},
153  // End of array
154  {-1, -1} };
155 
156 #endif /* G4FPYNUBARVALUES_HH */
157