Import Geant4 10.4.1 source tree
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
#ifndef G4FFGENUMAERATIONS_HH
|
||||
#define G4FFGENUMAERATIONS_HH
|
||||
|
||||
#include "G4Types.hh"
|
||||
|
||||
/** G4FFGEnumerations is a namespace that contains all the enumerations that
|
||||
* are used in the fission fragment generator code.
|
||||
*/
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
#ifndef G4FPYNUBARVALUES_HH
|
||||
#define G4FPYNUBARVALUES_HH
|
||||
|
||||
#include "G4Types.hh"
|
||||
|
||||
/** Evaluated nubar values for neutron induced fission. The data are represented
|
||||
* as linear regression fits from experimental data in the form: v = mx + b,
|
||||
* where x is the incident neutron energy.
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4InterpolationManager.hh"
|
||||
#include "G4ParticleHPInterpolator.hh"
|
||||
|
||||
class G4ParticleHPAngularP
|
||||
{
|
||||
|
||||
@@ -29,8 +29,9 @@
|
||||
#ifndef G4ParticleHPHash_h
|
||||
#define G4ParticleHPHash_h
|
||||
|
||||
#include "globals.hh"
|
||||
#include <vector>
|
||||
#include "globals.hh"
|
||||
#include "G4ParticleHPDataPoint.hh"
|
||||
|
||||
class G4ParticleHPHash
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user