Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
52fb022
PWGHF: Add charm-charm FemtoDream workflows
zhangbiao-phy Sep 21, 2026
e09f6c3
Please consider the following formatting changes
alibuild Sep 21, 2026
13a67f1
Merge pull request #85 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
77adac9
Fix formatting issues in taskCharmHadronsCharmFemtoDream.cxx
zhangbiao-phy Sep 21, 2026
a487e71
Please consider the following formatting changes
alibuild Sep 21, 2026
4e42d3d
Merge pull request #86 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
e75ff50
Refactor ML configuration and update includes
zhangbiao-phy Sep 21, 2026
de0030a
Add framework includes to taskCharmHadronsCharmFemtoDream
zhangbiao-phy Sep 21, 2026
0cde17a
Please consider the following formatting changes
alibuild Sep 21, 2026
4b304d4
Merge pull request #87 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
56a7d9d
Refactor ML response initialization and includes
zhangbiao-phy Sep 21, 2026
63b79b0
Fix static_cast usage in process check
zhangbiao-phy Sep 21, 2026
74647d5
Please consider the following formatting changes
alibuild Sep 21, 2026
aab7224
Merge pull request #89 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
ba9a37d
PWGHF: Add direct charm femto dependencies
zhangbiao-phy Sep 21, 2026
18e0445
PWGHF: Address charm femto review comments
zhangbiao-phy Sep 21, 2026
81b6a90
Please consider the following formatting changes
alibuild Sep 21, 2026
cb0217a
Merge pull request #90 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
634bfab
PWGHF: Clean charm femto linter warnings
zhangbiao-phy Sep 21, 2026
6a4cb4a
PWGHF: Simplify charm femto histogram setup
zhangbiao-phy Sep 21, 2026
d167738
Fix linter warining and format
zhangbiao-phy Sep 21, 2026
59e55b2
Fix function signatures in producerCharmHadrons
zhangbiao-phy Sep 21, 2026
df3661b
Please consider the following formatting changes
alibuild Sep 21, 2026
c76bac4
Merge pull request #91 from alibuild/alibot-cleanup-17998
zhangbiao-phy Sep 21, 2026
c3a61da
Refactor edge validation logic for clarity
zhangbiao-phy Sep 22, 2026
c37cf9d
Refactor charm hadron task parameters and methods
zhangbiao-phy Sep 22, 2026
0fd7d0a
Refactor processSwitches initialization and template parameters
zhangbiao-phy Sep 22, 2026
9c3f448
Remove OutputObjHeader include and add cstddef
zhangbiao-phy Sep 22, 2026
3154a04
Remove unused include for OutputObjHeader
zhangbiao-phy Sep 22, 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/HFC/TableProducer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,8 @@ o2physics_add_dpl_workflow(producer-charm-hadrons-v0-femto-dream
SOURCES producerCharmHadronsV0FemtoDream.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(producer-charm-hadrons-charm-femto-dream
SOURCES producerCharmHadronsCharmFemtoDream.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::MLCore O2Physics::EventFilteringUtils
COMPONENT_NAME Analysis)
Loading
Loading