-
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. |
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);