Skip to content

Commit 0b19905

Browse files
syano0822Satoshi Yano
andauthored
[Common] Add the mft muon matching with real data workflow (#8562)
Co-authored-by: Satoshi Yano <syano@SatoshinoMacBook-Pro.local>
1 parent 8aa0c32 commit 0b19905

File tree

2 files changed

+891
-0
lines changed

2 files changed

+891
-0
lines changed

Common/TableProducer/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,8 @@ o2physics_add_dpl_workflow(ese-table-producer
129129
SOURCES eseTableProducer.cxx
130130
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
131131
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

Comments
 (0)