Skip to content

Commit 41c8c44

Browse files
committed
[PWGDQ] initial version of matching QA task
The matching QA task is used to characterize the matching performances: - matching efficiencies and purities - analysis of candidates ranking - matching score distributions It also provides an interface for running chi2-based and ML-based matching algorithms on the AO2D tracks.
1 parent 9c92d10 commit 41c8c44

File tree

2 files changed

+1896
-0
lines changed

2 files changed

+1896
-0
lines changed

PWGDQ/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ o2physics_add_dpl_workflow(tag-and-probe
128128
SOURCES TagAndProbe.cxx
129129
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore
130130
COMPONENT_NAME Analysis)
131+
132+
o2physics_add_dpl_workflow(qa-matching
133+
SOURCES qaMatching.cxx
134+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::PWGDQCore
135+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)