Skip to content

Commit 2aefa1f

Browse files
authored
[PWGDQ] initial version of global muon matching QA task (#13245)
1 parent df3b7c1 commit 2aefa1f

File tree

2 files changed

+1839
-0
lines changed

2 files changed

+1839
-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)