Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion EventFiltering/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,13 @@ o2physics_add_dpl_workflow(lf-f1proton-filter
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore KFParticle::KFParticle O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(lf-doublephi-filter
o2physics_add_dpl_workflow(lf-doublephi-filter
SOURCES PWGLF/filterdoublephi.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(lf-glueball-filter
SOURCES PWGLF/filterglueball.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase
COMPONENT_NAME Analysis)

Loading
Loading