Skip to content

Commit 9e52303

Browse files
Update flowEventPlane.cxx
1 parent 44bd025 commit 9e52303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/Flow/Tasks/flowEventPlane.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ struct SpCalibTableProducer {
244244

245245
auto zdc = bc.zdc();
246246
std::vector<float> znaEnergy, zncEnergy;
247-
for (int i = 0; i < 4; ++i) {
247+
for (int i = 0; i < kXYAC; ++i) {
248248
znaEnergy.push_back(zdc.energySectorZNA()[i]);
249249
zncEnergy.push_back(zdc.energySectorZNC()[i]);
250250
}

0 commit comments

Comments
 (0)