Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -7,7 +7,6 @@
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt 66793 2013-01-12 15:31:15Z gcosmo $
#
#------------------------------------------------------------------------------
@@ -1,4 +1,3 @@
# $Id: GNUmakefile 106990 2017-10-31 10:12:48Z gcosmo $
# -----------------------------------------------------------
# GNUmakefile for hadronic library. Gabriele Cosmo, 18/9/96.
# -----------------------------------------------------------
@@ -13,8 +13,14 @@ track of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
8 May 2018 Laurent Desorgher radioactive_decay-V10-04-03
---------------------------------------------------------
5 December 2018 Gabriele Cosmo radioactive_decay-V10-04-04
-------------------------------------------------------------
- G4RadioactiveDecay: enable printout of parameters with G4VERBOSE in
BuildPhysicsTable().
8 May 2018 Laurent Desorgher radioactive_decay-V10-04-03
-----------------------------------------------------------
- G4ECCapture, G4RadioactiveDecay, G4RadioactiveDecayMode
-Add the electron capture channel from the N Shell :
@@ -23,7 +23,6 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: $
//
// Description: enum codes for beta decay types
// Author: Dennis Wright (SLAC)
@@ -11,7 +11,6 @@
#
# Generated on : 24/9/2010
#
# $Id: sources.cmake 106990 2017-10-31 10:12:48Z gcosmo $
#
#------------------------------------------------------------------------------
@@ -711,7 +711,9 @@ void G4RadioactiveDecay::BuildPhysicsTable(const G4ParticleDefinition&)
{
if (!isInitialised) {
isInitialised = true;
#ifdef G4VERBOSE
if(G4Threading::IsMasterThread()) { StreamInfo(G4cout, "\n"); }
#endif
}
}