Import Geant4 10.4.2 source tree
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: CMakeLists.txt 66892 2013-01-17 10:57:59Z gunter $
|
||||
# $Id: CMakeLists.txt 110058 2018-05-15 09:02:41Z gcosmo $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# Add allocation export symbol for the event category
|
||||
add_definitions(-DG4EVENT_ALLOC_EXPORT)
|
||||
add_definitions(-DG4_USESMARTSTACK)
|
||||
########add_definitions(-DG4_USESMARTSTACK)
|
||||
|
||||
include(Geant4MacroLibraryTargets)
|
||||
if(GEANT4_BUILD_GRANULAR_LIBS)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $
|
||||
# $Id: GNUmakefile 110058 2018-05-15 09:02:41Z gcosmo $
|
||||
# ------------------------------------------------------------
|
||||
# GNUmakefile for events library. Makoto Asai, 5/9/95.
|
||||
# ------------------------------------------------------------
|
||||
@@ -16,7 +16,8 @@ GLOBLIBS += libG4intercoms.lib libG4global.lib
|
||||
|
||||
include $(G4INSTALL)/config/architecture.gmk
|
||||
|
||||
CPPFLAGS += -DG4EVENT_ALLOC_EXPORT -DG4_USESMARTSTACK
|
||||
CPPFLAGS += -DG4EVENT_ALLOC_EXPORT
|
||||
##### CPPFLAGS += -DG4_USESMARTSTACK
|
||||
CPPFLAGS += \
|
||||
-I$(G4BASE)/global/management/include \
|
||||
-I$(G4BASE)/global/HEPRandom/include \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$Id: History 108474 2018-02-15 14:15:39Z gcosmo $
|
||||
$Id: History 110058 2018-05-15 09:02:41Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,14 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
April 30, 2018 M. Asai (event-V10-03-06)
|
||||
- Change the default stack to
|
||||
G4TrackStack. Addressing to bug report #2040.
|
||||
|
||||
March 16, 2018 M. Asai
|
||||
- Change the default stack to G4TrackStack. Addressing to bug
|
||||
report #2040.
|
||||
|
||||
February 8, 2018 Dennis Wright (event-V10-03-05)
|
||||
- add deprecation warning for /gun/ionL in
|
||||
G4ParticleGunMessenger::SetNewValue()
|
||||
|
||||
Reference in New Issue
Block a user