Import Geant4 10.7.2 source tree
This commit is contained in:
@@ -34,7 +34,7 @@ file(GLOB headers ${PROJECT_SOURCE_DIR}/include/*.hh)
|
||||
#----------------------------------------------------------------------------
|
||||
# Add the executable, and link it to the Geant4 libraries
|
||||
#
|
||||
add_executable(FissionFragment FissionFragment ${sources} ${headers})
|
||||
add_executable(FissionFragment FissionFragment.cc ${sources} ${headers})
|
||||
target_link_libraries(FissionFragment ${Geant4_LIBRARIES} )
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
//
|
||||
// Modified:
|
||||
//
|
||||
// ??-??-20 ARibon
|
||||
// 05-08-20 ARibon
|
||||
// Replaced deprecated HP environmental variables with UI commands
|
||||
// 23-06-14 BWendt
|
||||
// Added check for NeutronHP fission generator environment variable
|
||||
|
||||
@@ -6,7 +6,7 @@ Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Fo
|
||||
############################################
|
||||
|
||||
**************************************************************
|
||||
Geant4 version Name: geant4-10-07-patch-01 (5-February-2021)
|
||||
Geant4 version Name: geant4-10-07-patch-02 (11-June-2021)
|
||||
Copyright : Geant4 Collaboration
|
||||
References : NIM A 506 (2003), 250-303
|
||||
: IEEE-TNS 53 (2006), 270-278
|
||||
|
||||
@@ -14,6 +14,12 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
01-06-21 G. Folger (exExtHadFissFrag-V10-06-02)
|
||||
- Fixed CMake build script to define target properly.
|
||||
|
||||
22-03-21 A. Ribon
|
||||
- Improved comment.
|
||||
|
||||
10-11-20 B, Morgan (exExtHadFissFrag-V10-06-01)
|
||||
- Migration to G4RunManagerFactory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user