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
@@ -14,6 +14,12 @@ code and to keep track of all tags.
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
19 December 2017 Gabriele Cosmo (hadr-hpp-V10-03-10)
---------------------------------------------------
- Fixed self-consistency in headers (missing #include) in G4FFGEnumerations,
G4FPYNubarValues, G4ParticleHPAngularP and G4ParticleHPHash.
Thanks to Raphael Isemann for reporting these.
29 November 2017 Tatsumi Koi (hadr-hpp-V10-03-09)
---------------------------------------------------
- Change tolerance value and implementation in calculation of KallbachZero.
@@ -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
{