We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa0c32 commit 0b19905Copy full SHA for 0b19905
Common/TableProducer/CMakeLists.txt
@@ -129,3 +129,8 @@ o2physics_add_dpl_workflow(ese-table-producer
129
SOURCES eseTableProducer.cxx
130
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
131
COMPONENT_NAME Analysis)
132
+
133
+o2physics_add_dpl_workflow(mftmch-matching-data
134
+ SOURCES match-mft-mch-data.cxx
135
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2::DetectorsBase O2Physics::AnalysisCCDB O2Physics::PWGDQCore O2Physics::EventFilteringUtils
136
+ COMPONENT_NAME Analysis)
0 commit comments