Import Geant4 10.7.0 source tree
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# Package: Geant4.src.G4processes.G4parameterisation
|
||||
#
|
||||
# Sources description for a library.
|
||||
# Lists the sources and headers of the code explicitely.
|
||||
# Lists the sources and headers of the code explicitly.
|
||||
# Lists include paths needed.
|
||||
# Lists the internal granular and global dependencies of the library.
|
||||
# Source specific properties should be added at the end.
|
||||
@@ -14,29 +14,13 @@
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
# List external includes needed.
|
||||
include_directories(${CLHEP_INCLUDE_DIRS})
|
||||
|
||||
# List internal includes needed.
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/magneticfield/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/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/intercoms/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/materials/include)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/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 G4parameterisation
|
||||
HEADERS
|
||||
G4FastHit.hh
|
||||
G4FastSimHitMaker.hh
|
||||
G4FastSimulationHelper.hh
|
||||
G4FastSimulationManager.hh
|
||||
G4FastSimulationManagerProcess.hh
|
||||
@@ -48,8 +32,11 @@ GEANT4_DEFINE_MODULE(NAME G4parameterisation
|
||||
G4FastStep.icc
|
||||
G4FastTrack.hh
|
||||
G4GlobalFastSimulationManager.hh
|
||||
G4VFastSimSensitiveDetector.hh
|
||||
G4VFastSimulationModel.hh
|
||||
SOURCES
|
||||
G4FastHit.cc
|
||||
G4FastSimHitMaker.cc
|
||||
G4FastSimulationHelper.cc
|
||||
G4FastSimulationManager.cc
|
||||
G4FastSimulationManagerProcess.cc
|
||||
|
||||
Reference in New Issue
Block a user