Skip to content
Snippets Groups Projects
Commit 79a6a8a7 authored by myliu@ihep.ac.cn's avatar myliu@ihep.ac.cn
Browse files

move the fast simulation model under CEPCSW/Simulation/DetSimFastModel

parent 9e64d8af
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ add_subdirectory(DetSimAna)
add_subdirectory(DetSimCore)
add_subdirectory(DetSimDedx)
add_subdirectory(DetSimFastModel)
add_subdirectory(DetSimFastEcal)
add_subdirectory(DetSimGeom)
add_subdirectory(DetSimInterface)
add_subdirectory(DetSimSD)
find_package(Geant4 REQUIRED ui_all vis_all)
include(${Geant4_USE_FILE})
gaudi_add_module(DetSimFastEcal
SOURCES src/EcalFastSimG4Tool.cpp
src/EcalFastSimG4Model.cpp
LINK DetSimInterface
${DD4hep_COMPONENT_LIBRARIES}
Gaudi::GaudiKernel
)
......@@ -6,6 +6,8 @@ include(${Geant4_USE_FILE})
gaudi_add_module(DetSimFastModel
SOURCES src/DummyFastSimG4Tool.cpp
src/DummyFastSimG4Model.cpp
src/EcalFastSimG4Model.cpp
src/EcalFastSimG4Tool.cpp
LINK DetSimInterface
${DD4hep_COMPONENT_LIBRARIES}
Gaudi::GaudiKernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment