Import Geant4 10.4.1 source tree

This commit is contained in:
Gabriele Cosmo
2018-03-02 09:34:30 +01:00
parent fc6af9e721
commit fe04dcb406
341 changed files with 18389 additions and 24522 deletions
@@ -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
{