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 122a7b6 commit c77ee04Copy full SHA for c77ee04
PWGCF/TwoParticleCorrelations/TableProducer/CMakeLists.txt
@@ -28,3 +28,8 @@ o2physics_add_dpl_workflow(two-particle-correlations-filtering
28
SOURCES twoParticleCorrelationsFiltering.cxx
29
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
30
COMPONENT_NAME Analysis)
31
+
32
+o2physics_add_dpl_workflow(longrange-maker
33
+ SOURCES longrangeMaker.cxx
34
+ PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::TwoPartCorrCore
35
+ COMPONENT_NAME Analysis)
0 commit comments