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 8f73d71 commit 6771246Copy full SHA for 6771246
PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx
@@ -652,7 +652,7 @@ struct TrHeAnalysis {
652
constexpr int NBitsPerLayer = 4;
653
constexpr int NBitMask = (1 << NBitsPerLayer) - 1;
654
int sum = 0, n = 0;
655
- for (int i = 0; i < nNumLayers; i++) {
+ for (int i = 0; i < NNumLayers; i++) {
656
int clsSize = (track.itsClusterSizes() >> (NBitsPerLayer * i)) & NBitMask;
657
sum += clsSize;
658
if (clsSize)
0 commit comments