Skip to content

Commit dda610e

Browse files
committed
trigger implementation for glueball studies via K0sK0s invariant mass analysis
1 parent 3309697 commit dda610e

File tree

4 files changed

+411
-6
lines changed

4 files changed

+411
-6
lines changed

EventFiltering/CMakeLists.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,13 @@ o2physics_add_dpl_workflow(lf-f1proton-filter
107107
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore KFParticle::KFParticle O2::DetectorsBase
108108
COMPONENT_NAME Analysis)
109109

110-
o2physics_add_dpl_workflow(lf-doublephi-filter
110+
o2physics_add_dpl_workflow(lf-doublephi-filter
111111
SOURCES PWGLF/filterdoublephi.cxx
112112
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase
113113
COMPONENT_NAME Analysis)
114+
115+
o2physics_add_dpl_workflow(lf-glueball-filter
116+
SOURCES PWGLF/filterglueball.cxx
117+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DetectorsBase
118+
COMPONENT_NAME Analysis)
119+

0 commit comments

Comments
 (0)