Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
+18
View File
@@ -0,0 +1,18 @@
#------------------------------------------------------------------------------
# CMakeLists.txt
# Module : G4partadj
# Package: Geant4.src.G4particles.G4partadj
#
# CMakeLists.txt for building a single granular library.
#
# Generated on : 24/9/2010
#
# $Id: CMakeLists.txt,v 1.1 2010/09/29 18:47:16 bmorgan Exp $
#
#------------------------------------------------------------------------------
if(GEANT4_BUILD_GRANULAR_LIBS)
include(Geant4MacroLibraryTargets)
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
endif()
+1 -1
View File
@@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.1 2008/11/06 13:17:36 kurasige Exp $
# $Id: GNUmakefile,v 1.3 2010/10/27 07:47:04 gcosmo Exp $
# --------------------------------------------------------------
# GNUmakefile for adjoint library. Hisaya Kurashige, 06/11/08.
# --------------------------------------------------------------
+2 -2
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.1 2009/11/20 13:56:39 ldesorgh Exp $
$Id: History,v 1.2 2009/11/20 14:04:10 ldesorgh Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,7 +17,7 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
- Nov 20 2009 Laurent Desorgher (paradjoint-V09-02-00)
- Nov 20 2009 Laurent Desorgher (partadjoint-V09-02-00)
- Add Geant4 disclaimer to G4AdjointProton and Adjoint-light ions
Creation of History file for particles/adjoint.
+66
View File
@@ -0,0 +1,66 @@
#------------------------------------------------------------------------------
# sources.cmake
# Module : G4partadj
# Package: Geant4.src.G4particles.G4partadj
#
# Sources description for a library.
# Lists the sources and headers of the code explicitely.
# Lists include paths needed.
# Lists the internal granular and global dependencies of the library.
# Source specific properties should be added at the end.
#
# Generated on : 24/9/2010
#
# $Id: sources.cmake,v 1.1 2010/09/29 18:47:24 bmorgan Exp $
#
#------------------------------------------------------------------------------
# List external includes needed.
include_directories(${CLHEP_INCLUDE_DIRS})
# List internal includes needed.
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/management/include)
#
# Define the Geant4 Module.
#
include(Geant4MacroDefineModule)
GEANT4_DEFINE_MODULE(NAME G4partadj
HEADERS
G4AdjointAlpha.hh
G4AdjointDeuteron.hh
G4AdjointElectron.hh
G4AdjointGamma.hh
G4AdjointGenericIon.hh
G4AdjointHe3.hh
G4AdjointIons.hh
G4AdjointPositron.hh
G4AdjointProton.hh
G4AdjointTriton.hh
SOURCES
G4AdjointAlpha.cc
G4AdjointDeuteron.cc
G4AdjointElectron.cc
G4AdjointGamma.cc
G4AdjointGenericIon.cc
G4AdjointHe3.cc
G4AdjointIons.cc
G4AdjointPositron.cc
G4AdjointProton.cc
G4AdjointTriton.cc
GRANULAR_DEPENDENCIES
G4globman
G4materials
G4partman
GLOBAL_DEPENDENCIES
G4global
G4materials
LINK_LIBRARIES
)
# List any source specific properties here