-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGHF] HFInvMassFitter: code cleaning and refactoring #14339
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
base: master
Are you sure you want to change the base?
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). |
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);