-
Notifications
You must be signed in to change notification settings - Fork 613
[PWGCF] adding process with shifted vectors #13758
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
|
O2 linter results: ❌ 3 errors, |
Please consider the following formatting changes to AliceO2Group#13758
| } | ||
| } | ||
| } | ||
| PROCESS_SWITCH(jEPFlowAnalysis, process, "default process", 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.
I guess this is not needed for process
I doubt it can be disabled
| if (std::abs(coll.posZ()) > cfgVertexZ) | ||
| return; | ||
| switch (cfgEvtSel) { | ||
| case 0: // Sel8 |
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.
I would suggest using named constants
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
adding process with shifted vectors