Import Geant4 9.4.0 source tree
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# CMakeLists.txt
|
||||
# Module : G4hadronic_RPG
|
||||
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_RPG
|
||||
#
|
||||
# CMakeLists.txt for building a single granular library.
|
||||
#
|
||||
# Generated on : 24/9/2010
|
||||
#
|
||||
# $Id: CMakeLists.txt,v 1.1 2010/09/29 19:07:01 bmorgan Exp $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
if(GEANT4_BUILD_GRANULAR_LIBS)
|
||||
include(Geant4MacroLibraryTargets)
|
||||
GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake)
|
||||
endif()
|
||||
|
||||
@@ -14,6 +14,10 @@ code and to keep track of all tags.
|
||||
* Please list in reverse chronological order (last date on top)
|
||||
---------------------------------------------------------------
|
||||
|
||||
21 Nov 2010 - Dennis Wright (hadr-rpg-V09-03-00)
|
||||
------------------------------------------------
|
||||
G4RPGFragmentation.cc: initialize dndl in ctor as per CoVerity
|
||||
|
||||
20 Nov 2009 - Dennis Wright (hadr-rpg-V09-02-01)
|
||||
------------------------------------------------
|
||||
G4RPGInelastic: add temporary message stating the RPG model is
|
||||
|
||||
@@ -0,0 +1,139 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# sources.cmake
|
||||
# Module : G4hadronic_RPG
|
||||
# Package: Geant4.src.G4processes.G4hadronic.G4hadronic_models.G4hadronic_RPG
|
||||
#
|
||||
# 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 19:07:09 bmorgan Exp $
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_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/management/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 G4hadronic_RPG
|
||||
HEADERS
|
||||
G4RPGAntiKZeroInelastic.hh
|
||||
G4RPGAntiLambdaInelastic.hh
|
||||
G4RPGAntiNeutronInelastic.hh
|
||||
G4RPGAntiOmegaMinusInelastic.hh
|
||||
G4RPGAntiProtonInelastic.hh
|
||||
G4RPGAntiSigmaMinusInelastic.hh
|
||||
G4RPGAntiSigmaPlusInelastic.hh
|
||||
G4RPGAntiXiMinusInelastic.hh
|
||||
G4RPGAntiXiZeroInelastic.hh
|
||||
G4RPGFragmentation.hh
|
||||
G4RPGInelastic.hh
|
||||
G4RPGKLongInelastic.hh
|
||||
G4RPGKMinusInelastic.hh
|
||||
G4RPGKPlusInelastic.hh
|
||||
G4RPGKShortInelastic.hh
|
||||
G4RPGKZeroInelastic.hh
|
||||
G4RPGLambdaInelastic.hh
|
||||
G4RPGNeutronInelastic.hh
|
||||
G4RPGNucleonInelastic.hh
|
||||
G4RPGOmegaMinusInelastic.hh
|
||||
G4RPGPiMinusInelastic.hh
|
||||
G4RPGPiPlusInelastic.hh
|
||||
G4RPGPionInelastic.hh
|
||||
G4RPGPionSuppression.hh
|
||||
G4RPGProtonInelastic.hh
|
||||
G4RPGReaction.hh
|
||||
G4RPGSigmaMinusInelastic.hh
|
||||
G4RPGSigmaPlusInelastic.hh
|
||||
G4RPGStrangeProduction.hh
|
||||
G4RPGTwoBody.hh
|
||||
G4RPGTwoCluster.hh
|
||||
G4RPGXiMinusInelastic.hh
|
||||
G4RPGXiZeroInelastic.hh
|
||||
SOURCES
|
||||
G4RPGAntiKZeroInelastic.cc
|
||||
G4RPGAntiLambdaInelastic.cc
|
||||
G4RPGAntiNeutronInelastic.cc
|
||||
G4RPGAntiOmegaMinusInelastic.cc
|
||||
G4RPGAntiProtonInelastic.cc
|
||||
G4RPGAntiSigmaMinusInelastic.cc
|
||||
G4RPGAntiSigmaPlusInelastic.cc
|
||||
G4RPGAntiXiMinusInelastic.cc
|
||||
G4RPGAntiXiZeroInelastic.cc
|
||||
G4RPGFragmentation.cc
|
||||
G4RPGInelastic.cc
|
||||
G4RPGKMinusInelastic.cc
|
||||
G4RPGKPlusInelastic.cc
|
||||
G4RPGKZeroInelastic.cc
|
||||
G4RPGLambdaInelastic.cc
|
||||
G4RPGNeutronInelastic.cc
|
||||
G4RPGNucleonInelastic.cc
|
||||
G4RPGOmegaMinusInelastic.cc
|
||||
G4RPGPiMinusInelastic.cc
|
||||
G4RPGPiPlusInelastic.cc
|
||||
G4RPGPionInelastic.cc
|
||||
G4RPGPionSuppression.cc
|
||||
G4RPGProtonInelastic.cc
|
||||
G4RPGReaction.cc
|
||||
G4RPGSigmaMinusInelastic.cc
|
||||
G4RPGSigmaPlusInelastic.cc
|
||||
G4RPGStrangeProduction.cc
|
||||
G4RPGTwoBody.cc
|
||||
G4RPGTwoCluster.cc
|
||||
G4RPGXiMinusInelastic.cc
|
||||
G4RPGXiZeroInelastic.cc
|
||||
GRANULAR_DEPENDENCIES
|
||||
G4baryons
|
||||
G4bosons
|
||||
G4geometrymng
|
||||
G4globman
|
||||
G4had_mod_man
|
||||
G4hadronic_mgt
|
||||
G4hadronic_util
|
||||
G4hadronic_xsect
|
||||
G4ions
|
||||
G4leptons
|
||||
G4materials
|
||||
G4mesons
|
||||
G4partman
|
||||
G4procman
|
||||
G4track
|
||||
G4volumes
|
||||
GLOBAL_DEPENDENCIES
|
||||
G4geometry
|
||||
G4global
|
||||
G4materials
|
||||
G4particles
|
||||
G4track
|
||||
LINK_LIBRARIES
|
||||
)
|
||||
|
||||
# List any source specific properties here
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: G4RPGFragmentation.cc,v 1.6 2008/06/09 18:13:16 dennis Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
// $Id: G4RPGFragmentation.cc,v 1.7 2010/11/22 06:42:03 dennis Exp $
|
||||
// GEANT4 tag $Name: geant4-09-04 $
|
||||
//
|
||||
|
||||
#include "G4RPGFragmentation.hh"
|
||||
@@ -38,7 +38,10 @@
|
||||
|
||||
|
||||
G4RPGFragmentation::G4RPGFragmentation()
|
||||
: G4RPGReaction() {}
|
||||
: G4RPGReaction()
|
||||
{
|
||||
for (G4int i = 0; i < 20; i++) dndl[i] = 0.0;
|
||||
}
|
||||
|
||||
|
||||
void G4RPGFragmentation::
|
||||
|
||||
Reference in New Issue
Block a user