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 ea986ae commit 49fe700Copy full SHA for 49fe700
PWGLF/Tasks/Nuspex/CMakeLists.txt
@@ -150,4 +150,9 @@ o2physics_add_dpl_workflow(he3-lambda-derived-analysis
150
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
151
COMPONENT_NAME Analysis)
152
153
+o2physics_add_dpl_workflow(dedx-pid-analysis
154
+ SOURCES dedxPidAnalysis.cxx
155
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
156
+ COMPONENT_NAME Analysis)
157
+
158
endif()
0 commit comments