Skip to content

Commit cdb7919

Browse files
authored
[PWGCF] Charge Particle Flow (#13485)
1 parent a65d631 commit cdb7919

File tree

2 files changed

+537
-0
lines changed

2 files changed

+537
-0
lines changed

PWGCF/Flow/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,8 @@ o2physics_add_dpl_workflow(flow-gfw-ese
9393
SOURCES flowGfwEse.cxx
9494
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore O2Physics::GFWCore
9595
COMPONENT_NAME Analysis)
96+
97+
o2physics_add_dpl_workflow(flow-event-plane
98+
SOURCES flowEventPlane.cxx
99+
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
100+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)