Skip to content

Commit 6bc944a

Browse files
aferrero2707comrademarvin
authored andcommitted
[PWGDQ] added task to generate the training data for the ML matching (AliceO2Group#14758)
1 parent 60fbc67 commit 6bc944a

2 files changed

Lines changed: 720 additions & 0 deletions

File tree

PWGDQ/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ o2physics_add_dpl_workflow(qa-matching
144144
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
145145
COMPONENT_NAME Analysis)
146146

147+
o2physics_add_dpl_workflow(mft-mch-matcher
148+
SOURCES mftMchMatcher.cxx
149+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
150+
COMPONENT_NAME Analysis)
151+
147152
o2physics_add_dpl_workflow(muon-global-alignment
148153
SOURCES muonGlobalAlignment.cxx
149154
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore

0 commit comments

Comments
 (0)