diff --git a/Event/LumiEvent/CMakeLists.txt b/Event/LumiEvent/CMakeLists.txt index 7d0595f6f5ccf3854ba9151aed54d3c4bc37b38f..c2317d50099f747473e34b4b5a69073b85257953 100644 --- a/Event/LumiEvent/CMakeLists.txt +++ b/Event/LumiEvent/CMakeLists.txt @@ -18,16 +18,6 @@ gaudi_add_header_only_library(LumiEventLib Gaudi::GaudiKernel ) -gaudi_add_module(LumiEvent - SOURCES - src/HltLumiSummaryDecoder.cpp - LINK - LHCb::LHCbAlgsLib - LHCb::DAQEventLib - LHCb::LumiEventLib - LHCb::HltInterfaces -) - gaudi_add_dictionary(LumiEventDict HEADERFILES dict/dictionary.h SELECTION dict/selection.xml diff --git a/Hlt/HltDAQ/CMakeLists.txt b/Hlt/HltDAQ/CMakeLists.txt index ca48b5ddc6030930b9cd4cd16a6bcf558ffdf5ac..458edd8b761a6421c22d885942102b58e64d86eb 100644 --- a/Hlt/HltDAQ/CMakeLists.txt +++ b/Hlt/HltDAQ/CMakeLists.txt @@ -20,6 +20,7 @@ gaudi_add_module(HltDAQ src/component/HltDecoderUtils.cpp src/component/HltDecReportsWriter.cpp src/component/HltDiffHltDecReports.cpp + src/component/HltLumiSummaryDecoder.cpp src/component/HltLumiWriter.cpp src/component/HltPackedBufferWriter.cpp src/component/HltPackedBufferDecoder.cpp diff --git a/Event/LumiEvent/src/HltLumiSummaryDecoder.cpp b/Hlt/HltDAQ/src/component/HltLumiSummaryDecoder.cpp similarity index 100% rename from Event/LumiEvent/src/HltLumiSummaryDecoder.cpp rename to Hlt/HltDAQ/src/component/HltLumiSummaryDecoder.cpp