[PWGHF] taskFlow.cxx : solve issue with CorrelationContainer#15279
[PWGHF] taskFlow.cxx : solve issue with CorrelationContainer#15279apalasciano merged 9 commits intoAliceO2Group:masterfrom
Conversation
|
@AlexianL What kind of issue is this fixing? |
The last commit "correct problem" is supposed to simply change the definition of my correlation containers. I added a change in the userAxis which resulted in my post-processing macro not working anymore. Undoing this change solved the problem. |
67a85f0 to
4e6b503
Compare
Please at least mention in the PR title that the problem concerns |
|
@singhra1994 @apalasciano Please review |
| auto associatedWeight = 1; | ||
| auto loopCounter = 0; // To avoid filling associated tracks QA many times, I fill it only for the first trigger track of the collision | ||
| int sampleIndex = gRandom->Uniform(0, configTask.nSamples); | ||
| // int sampleIndex = gRandom->Uniform(0, configTask.nSamples); |
There was a problem hiding this comment.
Why have you commented this line? If you do not use it any more, better to remove?
There was a problem hiding this comment.
I still plan to use that line on a later PR, but it was involved in the issue I corrected. So I thought I could let it here until I understand how to implement it without creating an issue.
In this PR I simply correct an issue at the CorrelationContainer level definition.