We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918df9 commit bcfd080Copy full SHA for bcfd080
PWGCF/EbyEFluctuations/Tasks/radialFlowDecorr.cxx
@@ -2128,7 +2128,7 @@ struct RadialFlowDecorr {
2128
float valx = KHalf * (etaLw[ietaA] + etaUp[ietaA]);
2129
float valy = KHalf * (etaLw[ietaC] + etaUp[ietaC]);
2130
2131
- for (int ipt = 0; ipt < 3; ++ipt) {
+ for (int ipt = 0; ipt < KNpT; ++ipt) {
2132
float c2Sub = p1kBarRecoEffCor[ietaA][ipt] * p1kBarRecoEffCor[ietaC][ipt];
2133
if (std::isfinite(c2Sub)) {
2134
switch (ipt) {
0 commit comments