Skip to content

Commit d7c4677

Browse files
committed
Added new classes for writing clusters
1 parent b82f9e8 commit d7c4677

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Detectors/PHOS/workflow/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ o2_add_library(PHOSWorkflow
1818
src/RawWriterSpec.cxx
1919
src/EntropyEncoderSpec.cxx
2020
src/EntropyDecoderSpec.cxx
21+
src/ClusterWriterSpec.cxx
22+
src/ClusterWriterWorkflow.cxx
2123
PUBLIC_LINK_LIBRARIES O2::Framework O2::DataFormatsPHOS
2224
O2::DPLUtils
2325
O2::PHOSBase
@@ -31,6 +33,11 @@ o2_add_executable(reco-workflow
3133
SOURCES src/phos-reco-workflow.cxx
3234
PUBLIC_LINK_LIBRARIES O2::PHOSWorkflow)
3335

36+
o2_add_executable(cluster-writer-workflow
37+
COMPONENT_NAME phos
38+
SOURCES src/phos-cluster-writer-workflow.cxx
39+
PUBLIC_LINK_LIBRARIES O2::PHOSWorkflow)
40+
3441
o2_add_executable(entropy-encoder-workflow
3542
COMPONENT_NAME phos
3643
SOURCES src/entropy-encoder-workflow.cxx

0 commit comments

Comments
 (0)