Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -13,6 +13,10 @@ code and to keep track of all tags.
|
||||
---------------------------------------------------------------
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
12 November 2020 Ben Morgan (hadr-lend-V10-06-03)
|
||||
---------------------------------------------------
|
||||
- Apply typo fixes from Gurkan Myczko (https://github.com/Geant4/geant4/pull/15)
|
||||
|
||||
30 April 2020 Ben Morgan (hadr-lend-V10-06-02)
|
||||
---------------------------------------------------
|
||||
- Remove obsolete GRANULAR_DEPENDENCIES entries
|
||||
@@ -290,7 +294,7 @@ constants, in plan to remove implicit inclusion from globals.hh.
|
||||
|
||||
7 August 2012 Gabriele Cosmo (hadr-lend-V09-05-02)
|
||||
----------------------------------------------
|
||||
Fixed GNUmakefile for use of internal expat library, if explicitely chosen.
|
||||
Fixed GNUmakefile for use of internal expat library, if explicitly chosen.
|
||||
|
||||
13 June 2012 Tatsumi Koi (hadr-lend-V09-05-01)
|
||||
----------------------------------------------
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4had_lend
|
||||
#
|
||||
# Sources description for a library.
|
||||
# Lists the sources and headers of the code explicitely.
|
||||
# Lists the sources and headers of the code explicitly.
|
||||
# Lists include paths needed.
|
||||
# Lists the internal granular and global dependencies of the library.
|
||||
# Source specific properties should be added at the end.
|
||||
@@ -14,41 +14,9 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
include_directories(${EXPAT_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/cross_sections/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/photon_evaporation/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/de_excitation/util/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/pre_equilibrium/exciton_model/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/models/util/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/processes/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/hadronic/util/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
|
||||
|
||||
|
||||
#
|
||||
# Define the Geant4 Module.
|
||||
#
|
||||
include(Geant4MacroDefineModule)
|
||||
GEANT4_DEFINE_MODULE(NAME G4had_lend
|
||||
HEADERS
|
||||
G4GIDI.hh
|
||||
@@ -234,7 +202,7 @@ GEANT4_DEFINE_MODULE(NAME G4had_lend
|
||||
#
|
||||
# Not this again... Need to add *another* compile definition to lend sources
|
||||
# for DLLs....
|
||||
# We do this quick and dirty, add the definition directly. I *don't want it
|
||||
# We do this quick and dirty, add the definition directly. I *don't want it
|
||||
# polluting compile of all other processes modules
|
||||
# in global mode
|
||||
#
|
||||
|
||||
@@ -106,7 +106,7 @@ G4HadFinalState* G4LENDInelastic::ApplyYourself(const G4HadProjectile& aTrack,
|
||||
// of events, this improves on average.
|
||||
|
||||
if (loop > loopMax - 1) {
|
||||
// G4cout << " too many loops, return intial state " << G4endl;
|
||||
// G4cout << " too many loops, return initial state " << G4endl;
|
||||
|
||||
theParticleChange.Clear();
|
||||
theParticleChange.SetStatusChange(isAlive);
|
||||
|
||||
@@ -25,7 +25,7 @@ using namespace GIDI;
|
||||
|
||||
static const char Okay_message[] = "all is okay";
|
||||
static const char mallocError_message[] = "could not allocate memory";
|
||||
static const char insufficientMemory_message[] = "user's memory is too small to hanlde data";
|
||||
static const char insufficientMemory_message[] = "user's memory is too small to handle data";
|
||||
static const char badIndex_message[] = "bad index";
|
||||
static const char XNotAscending_message[] = "x values are not ascending";
|
||||
static const char badIndexForX_message[] = "index not correct for x value";
|
||||
|
||||
Reference in New Issue
Block a user