Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -16,6 +16,11 @@ committal in the SVN repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
28 May 2019 B. Morgan channeling-V10-06-00
-----------------------------------------------------
- Name module "G4solidstate_channeling" for use with new CMake system,
as old "G4phonon" name clashes with solidstate/phonon"
11 March 2019 G. Cosmo channeling-V10-05-00
-----------------------------------------------------
- Fixed typos in printouts and comments.
@@ -37,7 +37,7 @@ include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4phonon
GEANT4_DEFINE_MODULE(NAME G4solidstate_channeling
HEADERS
G4ChannelingTrackData.hh
G4ChannelingOptrMultiParticleChangeCrossSection.hh
@@ -16,6 +16,11 @@ committal in the SVN repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
28 May 2020 Ben Morgan (prophonon-V10-06-00)
-----------------------------------------------------
- Name module "G4solidstate_phonon" for use with new CMake system,
as old "G4phonon" name clashes with solidstate/channeling"
8 October 2014 Michael Kelsey (prophonon-V10-00-01)
----------------------------------------------------
- G4LatticeManager: Change to globally shared object (simple "static", not
@@ -33,7 +33,7 @@ include_directories(${CMAKE_SOURCE_DIR}/source/track/include)
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4phonon
GEANT4_DEFINE_MODULE(NAME G4solidstate_phonon
HEADERS
G4LatticeManager.hh
G4LatticeReader.hh