Skip to content

Commit cf6aedc

Browse files
authored
LF (strangeness) triggers implementation (#274)
minor allignment minor
1 parent aa40973 commit cf6aedc

3 files changed

Lines changed: 428 additions & 5 deletions

File tree

EventFiltering/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ o2physics_add_dpl_workflow(je-filter
4747
SOURCES PWGJE/jetFilter.cxx
4848
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore FastJet::FastJet FastJet::Contrib
4949
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

Comments
 (0)