[PWGLF] Fixed feed-down and added multiplicity-differential selection - #17639
Conversation
|
O2 linter results: ❌ 0 errors, |
romainschotter
left a comment
There was a problem hiding this comment.
Hi @sprasadphy !
I had a look at the PR and it looks fine!
I just would like to draw your attention to fact that, because some configurables have been grouped into configurable groups, the configurables will be reset to their default values when resyncing the wagon in Hyperloop (Hyperloop sees it as you removed the configurable and created a new one). This means that you will have to change each configurable to its previous value by hand (which can be a long and painful operation)
I just want to be sure that you are aware of it before I merge these changes :-)
Thank you very much!
|
Hi @romainschotter Thank you for your concern and message. I previously did not plan on grouping them but I was reaching the limit (I think it is 100). I am well aware that I will have to change each configurable to its previous value by hand. |
Following changes have been made:
For Lambda feeddown: MC-matched candidates now also require
isPhysicalPrimary(), so the efficiency numerator is consistent with the generated denominator. Non-primary candidates are filled into newhMassFeedDown*pTFlat,hFeedDown*PtVsMotherPtandhFeedDown*MotherPdghistograms.Added
aod::CentFT0Msfor the multiplicity-differential analysis.The configurables are now organised into
ConfigurableGroupsFixed the code-check issues: removed the unused
PIDResponseTOFinclude, initialised the PDG service and loop variables inestimateFlattenicityFV0MC, and replaced the C-style arrays withstd::array.clang-tidyis now clean for this file.