Skip to content

Commit fc0dbd5

Browse files
authored
Update flowEventPlane.cxx
1 parent b054c29 commit fc0dbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/Flow/Tasks/flowEventPlane.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ struct FlowEventPlane {
309309
vAvgOutput[cntrx] += hp->GetBinContent(hp->GetXaxis()->FindBin(vCollParam[cntry]));
310310
} else {
311311
THnF* hn = reinterpret_cast<THnF*>(obj->Clone());
312-
for (int i = 0; i < (int)vHistNames.size(); ++i) {
312+
for (int i = 0; i < static_cast<int>(vHistNames.size()); ++i) {
313313
binarray[i] = hn->GetAxis(i)->FindBin(vCollParam[i]);
314314
}
315315
vAvgOutput[cntrx] += hn->GetBinContent(hn->GetBin(binarray));

0 commit comments

Comments
 (0)