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 aa40973 commit cf6aedcCopy full SHA for cf6aedc
3 files changed
EventFiltering/CMakeLists.txt
@@ -47,3 +47,8 @@ o2physics_add_dpl_workflow(je-filter
47
SOURCES PWGJE/jetFilter.cxx
48
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib
49
COMPONENT_NAME Analysis)
50
+
51
+o2physics_add_dpl_workflow(lf-strangeness-filter
52
+ SOURCES PWGLF/strangenessFilter.cxx
53
+ PUBLIC_LINK_LIBRARIES O2::Framework O2::DetectorsBase O2Physics::AnalysisCore
54
+ COMPONENT_NAME Analysis)
0 commit comments