Skip to content
Snippets Groups Projects
Commit 044bd3ff authored by lintao@ihep.ac.cn's avatar lintao@ihep.ac.cn
Browse files

Merge branch 'master' into 'master'

move tof code to pid directory

See merge request !45
parents a22022b5 9a5a2483
No related branches found
No related tags found
1 merge request!45move tof code to pid directory
Pipeline #11098 passed with stage
in 3 minutes and 11 seconds
......@@ -6,4 +6,3 @@ add_subdirectory(Tracking)
add_subdirectory(RecGenfitAlg)
add_subdirectory(RecAssociationMaker)
add_subdirectory(ParticleID)
add_subdirectory(TofRecAlg)
......@@ -4,6 +4,7 @@
gaudi_add_module(ParticleID
SOURCES src/TPCDndxAlg.cpp
src/DCHDndxAlg.cpp
src/TofRecAlg.cpp
LINK SimplePIDSvc
Gaudi::GaudiAlgLib
Gaudi::GaudiKernel
......
gaudi_add_module(TofRecAlg
SOURCES src/TofRecAlg.cpp
LINK DataHelperLib
Gaudi::GaudiKernel
EDM4HEP::edm4hep
${ROOT_LIBRARIES}
${CLHEP_LIBRARIES}
${LCIO_LIBRARIES}
${DD4hep_COMPONENT_LIBRARIES}
DetInterface
k4FWCore::k4FWCore
)
install(TARGETS TofRecAlg
EXPORT CEPCSWTargets
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" COMPONENT bin
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}" COMPONENT shlib
COMPONENT dev)
\ No newline at end of file
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