Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4ConvergenceTester.hh 74256 2013-10-02 14:24:02Z gcosmo $
// $Id: G4ConvergenceTester.hh 79002 2014-02-10 15:03:47Z gcosmo $
//
// Class description:
//
@@ -167,6 +167,9 @@ class G4ConvergenceTester
G4int noTotal; // Total number of tests
G4bool statsAreUpdated;
G4bool showHistory;
G4bool calcSLOPE;
};
#endif
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Integrator.icc 69546 2013-05-08 09:50:34Z gcosmo $
// $Id: G4Integrator.icc 80312 2014-04-10 12:20:24Z gcosmo $
//
// Implementation of G4Integrator methods.
//
@@ -1018,7 +1018,7 @@ G4double G4Integrator<T,F>::GammaLogarithm(G4double xx)
static const G4double cof[6] = { 76.18009172947146, -86.50532032941677,
24.01409824083091, -1.231739572450155,
0.1208650973866179e-2, -0.5395239384953e-5 };
register G4int j;
G4int j;
G4double x = xx - 1.0 ;
G4double tmp = x + 5.5 ;
tmp -= (x + 0.5) * std::log(tmp) ;
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4SimplexDownhill.hh 67970 2013-03-13 10:10:06Z gcosmo $
// $Id: G4SimplexDownhill.hh 79763 2014-03-13 15:16:47Z gcosmo $
//
// Class description:
//
@@ -37,8 +37,8 @@
// Author: Tatsumi Koi (SLAC/SCCS), 2007
// --------------------------------------------------------------------------
#ifndef G4SimplexDownhill
#define G4SimplexDownhill_h
#ifndef G4SimplexDownhill_hh
#define G4SimplexDownhill_hh
#include "globals.hh"
@@ -66,7 +66,7 @@ class G4StatDouble
G4double rms(G4double ext_sum_w, G4int ext_n);
// RMS scaled to sum of weights
void add(G4StatDouble*);
void add(const G4StatDouble*);
// merge 2 statistics
inline G4int n() const { return m_n; }