Skip to content

Commit d819edb

Browse files
committed
EventFiltering: add global dimuon trigger under PWGEM
1 parent 69d6b62 commit d819edb

File tree

3 files changed

+1017
-5
lines changed

3 files changed

+1017
-5
lines changed

EventFiltering/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ o2physics_add_dpl_workflow(mult-filter
8282
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
8383
COMPONENT_NAME Analysis)
8484

85+
o2physics_add_dpl_workflow(em-global-dimuon-filter
86+
SOURCES PWGEM/globalDimuonFilter.cxx
87+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::GlobalTracking
88+
COMPONENT_NAME Analysis)
89+
8590
o2physics_add_dpl_workflow(em-photon-filter
8691
SOURCES PWGEM/EMPhotonFilter.cxx
8792
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase O2Physics::PWGEMPhotonMesonCore

0 commit comments

Comments
 (0)