[PWGCF] adding new task for multiparticle cumulants#15997
[PWGCF] adding new task for multiparticle cumulants#15997abilandz merged 5 commits intoAliceO2Group:masterfrom
Conversation
|
O2 linter results: ❌ 2 errors, |
| #include "Framework/AnalysisDataModel.h" | ||
| #include "Framework/AnalysisTask.h" | ||
| #include "Framework/DataTypes.h" | ||
| #include "Framework/runDataProcessing.h" |
There was a problem hiding this comment.
This is still a wrong format.
There was a problem hiding this comment.
May I ask what's wrong with the format?
There was a problem hiding this comment.
You need angle brackets for external headers.
There was a problem hiding this comment.
|
Error while checking build/O2Physics/o2 for c1a4fb7 at 2026-04-29 08:51: Full log here. |
| qa.fQAHistogramsList->Add(qa.fQAHistograms[eQACent][0]); | ||
|
|
||
| wt.fWeightHistograms = getHistogramsWithWeights(tc.fFileWithWeights.c_str(), tc.fRunNumber.c_str()); | ||
| for (THIF* const& hist : wt.fWeightHistograms) { |
There was a problem hiding this comment.
- Here
const&doesn't make sense because you have pointers. Silence the O2 linter error. - You should not use explicit casting here. Either it is redundant or it is wrong.
|
Dear @vkucera, The remaining automated compilation checks seem to be stuck with the message “Security: approval needed, not starting”. My supervisor mentioned that this is not related to the code itself. Could you please let me know whom I should contact to approve or restart these checks? |
You still have not fixed the includes. |
Dear vkucera, Thanks a lot for your expert review, fully appreciated from our side! We will fix the headers, as you requested, in the next PR, so that we can close the current one, and proceed with other important checks!
No description provided.