[PWGHF] Add charm D-D-meson femtoscopy workflows - #17998
Open
zhangbiao-phy wants to merge 31 commits into
Open
zhangbiao-phy wants to merge 31 commits into
zhangbiao-phy wants to merge 31 commits into
Conversation
|
O2 linter results: ❌ 0 errors, |
Please consider the following formatting changes to AliceO2Group#17998
zhangbiao-phy
marked this pull request as ready for review
September 21, 2026 15:55
zhangbiao-phy
requested review from
NicoleBastid,
alibuild,
apalasciano,
deepathoms,
fcatalan92,
fcolamar,
fgrosa,
gluparel,
hahassan7,
jpxrk,
mfaggin,
mmazzilli,
singhra1994,
stefanopolitano,
vkucera and
xinyepeng
as code owners
September 21, 2026 15:55
Collaborator
|
Error while checking build/O2Physics/o2 for 13a67f1 at 2026-09-21 18:09: Full log here. |
Please consider the following formatting changes to AliceO2Group#17998
Please consider the following formatting changes to AliceO2Group#17998
Collaborator
|
Something is wrong with your formatting. Please don't break the lines unnecessarily. |
Please consider the following formatting changes to AliceO2Group#17998
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
vkucera
reviewed
Sep 22, 2026
zhangbiao-phy
marked this pull request as ready for review
September 22, 2026 13:33
Collaborator
Author
actually I did the test, but I didn't notice the linter warning this time |
Collaborator
|
Error while checking build/O2Physics/code-check for 0fd7d0a at 2026-09-22 20:06: Full log here. |
Removed unused OutputObjHeader include.
vkucera
reviewed
Sep 22, 2026
Comment on lines
+65
to
+71
| Configurable<float> ptMinD0{"ptMinD0", 0.f, "Minimum D0 pT"}; | ||
| Configurable<float> ptMaxD0{"ptMaxD0", 36.f, "Maximum D0 pT"}; | ||
| Configurable<float> ptMinDstar{"ptMinDstar", 0.f, "Minimum Dstar pT"}; | ||
| Configurable<float> ptMaxDstar{"ptMaxDstar", 36.f, "Maximum Dstar pT"}; | ||
| Configurable<float> etaMax{"etaMax", 0.8f, "Maximum absolute candidate eta"}; | ||
| Configurable<float> massMinD0{"massMinD0", 1.7f, "Minimum D0 mass (keep sidebands)"}; | ||
| Configurable<float> massMaxD0{"massMaxD0", 2.0f, "Maximum D0 mass"}; |
Collaborator
There was a problem hiding this comment.
Please follow the logical ordering and fix the names.
"D0 pT" -> ptD0
"maximum D0 pT" -> "maximum ptD0" -> ptD0Max.
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a FemtoDream producer and analysis task for D0D0 and D0D*+ correlations, including like-sign and unlike-sign flavour combinations. Reuse the existing candidate and collision tables for offline pairing and event mixing. D0 candidates share the two-prong table, while D*+ candidates use the Dstar table. No dedicated D–D pair table is produced. And we only support do offline mixing for this analsyiss.
Tag @fgrosa for infos