Skip to content

Commit 8db1699

Browse files
authored
[PWGCF] [PWGC] Add pair efficiency task (#15985)
1 parent c9b4fa1 commit 8db1699

2 files changed

Lines changed: 857 additions & 0 deletions

File tree

PWGCF/Femto/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ o2physics_add_dpl_workflow(femto-pair-v0-v0
6464
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
6565
COMPONENT_NAME Analysis)
6666

67+
o2physics_add_dpl_workflow(femto-pair-efficiency
68+
SOURCES femtoPairEfficiency.cxx
69+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
70+
COMPONENT_NAME Analysis)
71+
6772
o2physics_add_dpl_workflow(femto-triplet-track-track-track
6873
SOURCES femtoTripletTrackTrackTrack.cxx
6974
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore

0 commit comments

Comments
 (0)