-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] Task for D+ and Ds correlations in small systems #12776
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
O2 linter results: ❌ 0 errors, |
[PWGHF] Please consider the following formatting changes to AliceO2Group#12776
|
|
||
| using CollsWithCentMult = soa::Join<aod::Collisions, aod::EvSels, aod::FT0Mults, aod::FV0Mults, aod::CentFT0Ms, aod::CentFT0As, aod::CentFT0Cs, aod::CentFV0As>; | ||
| using CandDsDataWMl = soa::Filtered<soa::Join<aod::HfCand3Prong, aod::HfSelDsToKKPi, aod::HfMlDsToKKPi>>; | ||
| using CandDsData = soa::Filtered<soa::Join<aod::HfCand3Prong, aod::HfSelDsToKKPi>>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Personally I would remove the rectangualr-selection-based process functions and the relative filtered table. We will anyway use BDTs for these studies (from pp or OO when the MC will be out)
| }; // end init | ||
|
|
||
| /// Check event selections for collision and fill the collision table | ||
| /// \param collision is the collision with the Q vector information and event plane |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /// \param collision is the collision with the Q vector information and event plane | |
| /// \param collision is the collision |
|
|
||
| /// Fill charm hadron tables | ||
| /// \param candidates are the selected charm hadron candidates | ||
| template <DecayChannel channel, bool applyMl, typename TCand> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you remove the non-ml cases, the applyMl bool is not necessary anymore
|
Hi @Marcellocosti! Thanks a lot for the development. I had a look and it seems ok to me, I just added few of comments you might want to consider. |
|
Hi @stefanopolitano, I tried to implement your suggestions, please let me know if I missed anything! |
|
Hi @Marcellocosti ! Good for me, thanks! |
…p#12776) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…p#12776) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…p#12776) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…p#12776) Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Hi @stefanopolitano, @scattaru! Here a first version of the task that we could use to fill the tables for Ds and D+ to study the correlations in small systems. Please let me know your feedback!