Skip to content

Commit aca667b

Browse files
committed
[PWGDQ] added task to generate the training data for the ML matching
The new mft-mch-matcher task produces the training data for the ML-base matching alghoritms. The training data is stored as a ROOT tree in the derived AO2D output.
1 parent f04e9d2 commit aca667b

File tree

2 files changed

+720
-0
lines changed

2 files changed

+720
-0
lines changed

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)