-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] - FemtoDream: Cascade Update #12820
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
- also adding the CascadeCascade pair task - including before and after selection plots for all species
- Added OmegaMinus PDG code in the histogram class - Added naming scheme for Cascade-Cascade daughters - Some other small fixes
|
O2 linter results: ❌ 311 errors, |
--> later the option needs to be added to switch, in case someone wants on analyse two different cascades
| o2physics_add_dpl_workflow(femtodream-pair-casdcade-cascade | ||
| SOURCES femtoDreamPairTaskCascadeCascade.cxx |
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.
Please, fix the linter error and don't use Task in the name of the source file, it is implicit in the directory
| /// \file femtoDreamPairTaskCascadeCascade.cxx | ||
| /// \brief Tasks that reads the track tables used for the pairing and builds pairs of two cascades | ||
| /// \author Andi Mathis, Anton Riedel, Georgios Mantzaridis, Oton Vazquez Doce. |
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.
Please, rename the file according to the previous comment
If an empty line is left after the copyright notice and before the \file directive, the linter error should go away
victor-gonzalez
left a comment
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.
Please, have a look at my comments
I'am ready to approve it once they are addressed
victor-gonzalez
left a comment
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.
Thanks!!
Co-authored-by: georgios <georgios@georgioss-MacBook-Pro-M2.local>
Co-authored-by: georgios <georgios@georgioss-MacBook-Pro-M2.local>
Co-authored-by: georgios <georgios@georgioss-MacBook-Pro-M2.local>
Co-authored-by: georgios <georgios@georgioss-MacBook-Pro-M2.local>
--> Tested and working but missing the CPR (and the pair cleaning). Needs to be done!