Skip to content

Commit ee0a0e0

Browse files
committed
Common: add run 3 centrality study task
1 parent 1ca227b commit ee0a0e0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Common/Tasks/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ o2physics_add_dpl_workflow(qvectors-correction
7878
SOURCES qVectorsCorrection.cxx
7979
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
8080
COMPONENT_NAME Analysis)
81+
82+
o2physics_add_dpl_workflow(centrality-study
83+
SOURCES centralityStudy.cxx
84+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
85+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)