-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] : Added Lambda Azimuthal Correlation Study #13736
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
Removed the lambda-spin-correlation workflow from CMakeLists.txt.
|
O2 linter results: ❌ 0 errors, |
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, rebase your changes to the latest version
| #include "Common/DataModel/EventSelection.h" | ||
| #include "Common/DataModel/Multiplicity.h" | ||
| #include "Common/DataModel/PIDResponseTPC.h" | ||
| #include "Common/DataModel/PIDResponse.h" |
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, rebase your changes to the latest version of O2Physics
This is rolling back a previous centralized change
| } | ||
| } | ||
|
|
||
| PROCESS_SWITCH(LambdaSpinCorrelation, processDataReco, "Process for Data and MCReco", true); |
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.
Be aware that if you don't want to run this task and the flag is configured to false the workflow will hang
If you don't want this to happen declare additionally an empty process function
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, fix the macOS error
Removed track counting variable from analyzeSingles function.
No description provided.