We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969f5b2 commit 1826a73Copy full SHA for 1826a73
PWGCF/Flow/TableProducer/zdcQVectors.cxx
@@ -551,9 +551,9 @@ struct ZdcQVectors {
551
const auto& zdcCol = foundBC.zdc();
552
553
// Get the raw energies eZN[8] (not the common A,C)
554
- int nTowers = 8;
+ int nTowers = 8;
555
int nTowersPerSide = 4;
556
-
+
557
for (int tower = 0; tower < nTowers; tower++) {
558
eZN[tower] = (tower < nTowersPerSide) ? zdcCol.energySectorZNA()[tower] : zdcCol.energySectorZNC()[tower % nTowersPerSide];
559
}
@@ -679,7 +679,7 @@ struct ZdcQVectors {
679
680
681
// "QXA", "QYA", "QXC", "QYC"
682
- int sides = 2;
+ int sides = 2;
683
for (int i = 0; i < sides; ++i) {
684
if (sumZN[i] > 0) {
685
q[i * 2] = xEnZN[i] / sumZN[i]; // for QXA[0] and QXC[2]
0 commit comments