Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+13 -1
View File
@@ -1,4 +1,4 @@
# $Id: History 96401 2016-04-12 07:27:44Z gcosmo $
# $Id: History 101153 2016-11-08 08:19:11Z gcosmo $
# -----------------------------------------------------------
==================================================
@@ -15,6 +15,18 @@ code and to keep track of all tags.
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
07 November 2016 Tatsumi Koi (hadr-lend-V10-02-06)
-----------------------------------------------
-Fix warning messages from compiler(gcc6.2 -O3)
02 November 2016 Tatsumi Koi (hadr-lend-V10-02-05)
-----------------------------------------------
-Improve memory consumption in MT library
02 September 2016 Tatsumi Koi (hadr-lend-V10-02-04)
-----------------------------------------------
-Migrate to use G4Rand
11 April 2016 Tatsumi Koi (hadr-lend-V10-02-03)
-----------------------------------------------
-Fix problem on setting birth time of delayed neutrons
@@ -63,7 +63,7 @@ struct lend_target
class G4LENDManager
{
static G4ThreadLocal G4LENDManager* lend_manager;
static G4LENDManager* lend_manager;
//protected:
private:
@@ -50,7 +50,7 @@
#include <fstream>
G4ThreadLocal G4LENDManager* G4LENDManager::lend_manager = NULL;
G4LENDManager* G4LENDManager::lend_manager = NULL;
G4LENDManager::G4LENDManager()
@@ -42,7 +42,7 @@
#include "G4SystemOfUnits.hh"
#include "G4NistManager.hh"
double MyRNG(void*) { return CLHEP::HepRandom::getTheEngine()->flat(); }
double MyRNG(void*) { return G4Random::getTheEngine()->flat(); }
G4LENDModel::G4LENDModel( G4String name )
:G4HadronicInteraction( name )
@@ -889,7 +889,7 @@ nfu_status ptwXY_setValueAtX_overrideIfClose( ptwXYPoints *ptwXY, double x, doub
ptwXYPoint *point = NULL, newPoint = { x, y };
ptwXYOverflowPoint *overflowPoint, *p, *overflowHeader = &(ptwXY->overflowHeader);
ptwXYOverflowPoint lessThanEqualXPoint, greaterThanXPoint;
ptwXYPoint *closePoint;
ptwXYPoint *closePoint = NULL;
if( ptwXY->status != nfu_Okay ) return( ptwXY->status );