-
Notifications
You must be signed in to change notification settings - Fork 622
[PWGLF] neutronSkin analysis task #14378
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: ❌ 1 errors, |
Please consider the following formatting changes to AliceO2Group#14378
|
Thanks! @maciacco |
| #include "CommonConstants/MathConstants.h" | ||
| #include "CommonConstants/PhysicsConstants.h" | ||
| #include "Framework/AnalysisTask.h" | ||
| #include "Framework/HistogramRegistry.h" | ||
| #include "Framework/O2DatabasePDGPlugin.h" | ||
| #include "Framework/runDataProcessing.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.
Fix the include style.
| kPt = 0, | ||
| kCentrality = 1, | ||
| kCharge = 2, | ||
| kEtaSign = 3, | ||
| kMcType = 4, | ||
| kPhi = 5, | ||
| kNAxes = 6 |
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.
The prefix k is useless and violates the naming conventions.
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Relocation + optimze the task with
THnSparseApply improved
CollisionCuts