Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ee03074
Adding D0/Lc analysis task
laszlogyulai Sep 7, 2026
7c30b62
Add files via upload
laszlogyulai Sep 7, 2026
9239b5e
Please consider the following formatting changes
alibuild Sep 7, 2026
9015b15
Merge pull request #1 from alibuild/alibot-cleanup-17807
laszlogyulai Sep 7, 2026
c41ac52
Removing trailing spaces
laszlogyulai Sep 7, 2026
59f2740
Adding D0/Lc analysis task
laszlogyulai Sep 7, 2026
a5fc616
Delete PWGHF/D2H/Tasks/taskFlattenicityDLc.cxx
laszlogyulai Sep 7, 2026
1539b7c
Renaming main struct
laszlogyulai Sep 7, 2026
5b52adf
Adding mapping to the flattenicity calculation
laszlogyulai Sep 7, 2026
9ff28b2
Please consider the following formatting changes
alibuild Sep 7, 2026
b335695
Merge pull request #2 from alibuild/alibot-cleanup-17808
laszlogyulai Sep 7, 2026
0e7ac23
Solving the cpplint errors
laszlogyulai Sep 7, 2026
07fcb63
Please consider the following formatting changes
alibuild Sep 7, 2026
b45729e
Merge pull request #3 from alibuild/alibot-cleanup-17808
laszlogyulai Sep 7, 2026
4f07fbd
Implementing codeowner suggestions
laszlogyulai Sep 9, 2026
c832a7b
Please consider the following formatting changes
alibuild Sep 9, 2026
289ccf5
Merge pull request #4 from alibuild/alibot-cleanup-17808
laszlogyulai Sep 9, 2026
778662c
Update PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx
laszlogyulai Sep 11, 2026
098131f
Update PWGHF/D2H/Tasks/taskFlattenicityD0Lc.cxx
laszlogyulai Sep 11, 2026
6e82aed
Resolving O2 linter warnings
laszlogyulai Sep 14, 2026
3e5c5ee
Please consider the following formatting changes
alibuild Sep 14, 2026
6629a3a
Merge pull request #5 from alibuild/alibot-cleanup-17808
laszlogyulai Sep 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions PWGHF/D2H/Tasks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ o2physics_add_dpl_workflow(task-dstar-to-d0-pi
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(task-flattenicity-d0-lc
SOURCES taskFlattenicityD0Lc.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::AnalysisCCDB O2Physics::SGCutParHolder O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(task-flow-charm-hadrons
SOURCES taskFlowCharmHadrons.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::EventFilteringUtils
Expand Down
Loading
Loading