We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c92d10 commit 300536eCopy full SHA for 300536e
PWGDQ/Tasks/CMakeLists.txt
@@ -128,3 +128,8 @@ o2physics_add_dpl_workflow(tag-and-probe
128
SOURCES TagAndProbe.cxx
129
PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::PWGDQCore
130
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