[PWGHF] HFInvMassFitter: code cleaning and refactoring#14339
[PWGHF] HFInvMassFitter: code cleaning and refactoring#14339vkucera merged 36 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 1 errors, |
|
Hi @lubynets , thanks for the extensive improvement. Can you please also fix the issues reported in the bug tracker? |
Done. |
Thanks but it doesn't seem you fixed the issues found by Clang-Tidy, e.g. |
Indeed, there is such an issue. However I cannot read it at this page. For me the list of issues ends up at DPG/Tasks/AOTTrack/PID/HMPID/hmpidQa.cxx. And when I click on any link in the table of content below the DPG, I cannot access it (the same applies to PWGHF). Is it a limitation of how github page is shown to user? (sorry for probably naive question, but it persists e.g. with another browser). |
Now it should be fixed (sorry in advance if I overlooked something). |
Yes, that's why there is this below the title:
|
Thanks! |
|
@pstahlhu Since you also contributed to this code recently, can you please have a look? |
|
Error while checking build/O2Physics/o2 for b89f95f at 2026-01-10 04:09: Full log here. |
Bugfix:
UseLikelihooddid not have any effect: independently on its value true or false, always likelihood fit was performed. This bug is fixed now. Note: it seems that inChi2mode (whenRooAbsPdf::chi2FitTo()function is called) setting the fitting range has no effect. This problem is to be investigated, any help will be highly appreciated;Code cleaning and refactoring:
TStringin several places);