Skip to content

Commit b56e37a

Browse files
committed
Add producer task for Pb-Pb collisions with centrality filter
1 parent 37bbce6 commit b56e37a

File tree

2 files changed

+533
-0
lines changed

2 files changed

+533
-0
lines changed

PWGCF/FemtoDream/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ o2physics_add_dpl_workflow(femtodream-triplet-track-track-track
1919
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
2020
COMPONENT_NAME Analysis)
2121

22+
o2physics_add_dpl_workflow(femtodream-triplet-track-track-track-pbpb
23+
SOURCES femtoDreamTripletTaskTrackTrackTrackPbPb.cxx
24+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25+
COMPONENT_NAME Analysis)
26+
2227
o2physics_add_dpl_workflow(femtodream-pair-track-v0
2328
SOURCES femtoDreamPairTaskTrackV0.cxx
2429
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)