Skip to content

Commit 6618a9c

Browse files
PaolaVTPaolaVT
andauthored
[PWGLF,PWGMM] Add generator-level vs reco-level flattenicity task (#17353)
Co-authored-by: PaolaVT <paovargas@MacBook-Air-de-Paola.local>
1 parent c03d3bb commit 6618a9c

2 files changed

Lines changed: 446 additions & 1 deletion

File tree

PWGMM/UE/Tasks/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ o2physics_add_dpl_workflow(ue-zdc-analysis
2222
o2physics_add_dpl_workflow(dedx-analysis
2323
SOURCES dedxAnalysis.cxx
2424
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
25-
COMPONENT_NAME Analysis)
25+
COMPONENT_NAME Analysis)
26+
27+
o2physics_add_dpl_workflow(flattenicity-task
28+
SOURCES flattenicityTask.cxx
29+
PUBLIC_LINK_LIBRARIES O2::Framework O2Physics::AnalysisCore
30+
COMPONENT_NAME Analysis)

0 commit comments

Comments
 (0)