-
Notifications
You must be signed in to change notification settings - Fork 628
PWGHF: fix task for efficiency calculation checking daughter production process #5748
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
Conversation
Please consider the following formatting changes to AliceO2Group#5748
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ZFederica, I made a few minor comments. On top of them, I have a question: why are you doing these checks "manually" and you are not using the functions provided in RecoDecay.h? After the fixes in #5407, they should be enough for the job.
|
Hi @fcatalan92, the check on the daughters (pdg code and process) are necessary because I need to check on some of the daughter properties for the different steps of efficiency calculation. I will remove the continue statement. |
…on process (AliceO2Group#5748) * Fix eff task * Fix cast * Fix error * Fix * Remove comments * Remove include * Please consider the following formatting changes * Remove continue * Remove check on nr dau --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
…on process (AliceO2Group#5748) * Fix eff task * Fix cast * Fix error * Fix * Remove comments * Remove include * Please consider the following formatting changes * Remove continue * Remove check on nr dau --------- Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Fix efficiency calculation taking into account the production process of the daughters