[PWGHF] UPC utils: Make SGSelector parameters configurable#14923
[PWGHF] UPC utils: Make SGSelector parameters configurable#14923zhangbiao-phy merged 14 commits intoAliceO2Group:masterfrom
Conversation
Rrantu
commented
Feb 11, 2026
- The default values of NDtColl, MinNBCs, MinNTracks and MaxNTracksFix in utilsUpcHf.h were not optimal and have been changed to Configurable parameters.
- Reduced the number of bins in the UPC QA histograms in taskLc.cxx to optimize memory usage.
|
Hi @Rrantu , when these parameters were being added, my understanding was that these were already optimised constants taken from the UD. Can you please explain the motivation of your PR? |
Hi @vkucera, the original default values were not fully consistent with the UD configurations. I have now made these parameters configurable based on the settings used in the UD analysis. |
|
Looks good to me. |
|
Thanks @Rrantu ! |