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 c8f0999 commit 6425ae5Copy full SHA for 6425ae5
PWGDQ/Tasks/CMakeLists.txt
@@ -122,4 +122,9 @@ o2physics_add_dpl_workflow(model-converter-mult-pv
122
o2physics_add_dpl_workflow(model-converter-event-extended
123
SOURCES ModelConverterEventExtended.cxx
124
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGDQCore
125
+ COMPONENT_NAME Analysis)
126
+
127
+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)
0 commit comments