diff --git a/Reconstruction/CMakeLists.txt b/Reconstruction/CMakeLists.txt
index b13381aec131393d8fd94e134ab9bb6f4b83e017..793d8828b8f2d6ee08f04c20dcef10b7e041c78f 100644
--- a/Reconstruction/CMakeLists.txt
+++ b/Reconstruction/CMakeLists.txt
@@ -6,4 +6,3 @@ add_subdirectory(Tracking)
 add_subdirectory(RecGenfitAlg)
 add_subdirectory(RecAssociationMaker)
 add_subdirectory(ParticleID)
-add_subdirectory(TofRecAlg)
diff --git a/Reconstruction/ParticleID/CMakeLists.txt b/Reconstruction/ParticleID/CMakeLists.txt
index 6530b72fb1173723789dfa7b622548535a3d1f17..4cac4c35e71ebcdf0249901cd09e1ac6e2632ab1 100644
--- a/Reconstruction/ParticleID/CMakeLists.txt
+++ b/Reconstruction/ParticleID/CMakeLists.txt
@@ -4,6 +4,7 @@
 gaudi_add_module(ParticleID
                  SOURCES src/TPCDndxAlg.cpp
                          src/DCHDndxAlg.cpp
+			 src/TofRecAlg.cpp
                  LINK SimplePIDSvc
                       Gaudi::GaudiAlgLib
                       Gaudi::GaudiKernel
diff --git a/Reconstruction/TofRecAlg/src/TofRecAlg.cpp b/Reconstruction/ParticleID/src/TofRecAlg.cpp
similarity index 100%
rename from Reconstruction/TofRecAlg/src/TofRecAlg.cpp
rename to Reconstruction/ParticleID/src/TofRecAlg.cpp
diff --git a/Reconstruction/TofRecAlg/src/TofRecAlg.h b/Reconstruction/ParticleID/src/TofRecAlg.h
similarity index 100%
rename from Reconstruction/TofRecAlg/src/TofRecAlg.h
rename to Reconstruction/ParticleID/src/TofRecAlg.h
diff --git a/Reconstruction/TofRecAlg/CMakeLists.txt b/Reconstruction/TofRecAlg/CMakeLists.txt
deleted file mode 100644
index 3f66caadd9150fd808898f895331554fdfc5cfe4..0000000000000000000000000000000000000000
--- a/Reconstruction/TofRecAlg/CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-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