Import Geant4 10.5.0 source tree
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: CMakeLists.txt 66803 2013-01-12 15:49:41Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
# $Id: GNUmakefile 66803 2013-01-12 15:49:41Z gcosmo $
|
||||
# -----------------------------------------------------------
|
||||
# GNUmakefile for hadronic library. Gabriele Cosmo, 18/9/96.
|
||||
# -----------------------------------------------------------
|
||||
|
||||
@@ -13,6 +13,9 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
09-Nov-2018, Gabriele Cosmo had-binary-V10-04-00
|
||||
- G4GeneratorPrecompoundInterface: fixed printout typo.
|
||||
|
||||
23-Jun-2017, Gunter Folger had-binary-V10-03-04
|
||||
- fix memory leak introduced in BIC and BLIR by changes for
|
||||
passing creator model.
|
||||
|
||||
-1
@@ -24,7 +24,6 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4GeneratorPrecompoundInterface.hh 66812 2013-01-12 16:06:46Z gcosmo $
|
||||
//
|
||||
// -----------------------------------------------------------------------------
|
||||
// GEANT 4 class header file
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: sources.cmake 66803 2013-01-12 15:49:41Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
|
||||
+1
-2
@@ -23,7 +23,6 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4GeneratorPrecompoundInterface.cc 92692 2015-09-14 07:06:19Z gcosmo $
|
||||
//
|
||||
// -----------------------------------------------------------------------------
|
||||
// GEANT 4 class file
|
||||
@@ -335,7 +334,7 @@ ApplyYourself(const G4HadProjectile &, G4Nucleus & )
|
||||
void G4GeneratorPrecompoundInterface::PropagateModelDescription(std::ostream& outFile) const
|
||||
{
|
||||
outFile << "G4GeneratorPrecompoundInterface interfaces a high\n"
|
||||
<< "energy model through the wounded nucleus to precompound de-excition.\n"
|
||||
<< "energy model through the wounded nucleus to precompound de-excitation.\n"
|
||||
<< "Low energy protons and neutron present among secondaries produced by \n"
|
||||
<< "the high energy generator and within the nucleus are captured. The wounded\n"
|
||||
<< "nucleus and the captured particles form an excited nuclear fragment. This\n"
|
||||
|
||||
Reference in New Issue
Block a user