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 828d167 commit 691d469Copy full SHA for 691d469
Modules/ITS/src/ITSClusterTask.cxx
@@ -165,7 +165,7 @@ void ITSClusterTask::monitorData(o2::framework::ProcessingContext& ctx)
165
int nDigits3pixLay[7] = { 0 };
166
int nClusters3pixLay[7] = { 0 };
167
int nClusters3pix = 0;
168
- int nLongClusters[ChipBoundary[NLayerIB + 2]] = {}; // for IB
+ int nLongClusters[ChipBoundary[NLayerIB]] = {}; // for IB
169
int nHitsFromClusters[ChipBoundary[NLayerIB]] = {}; // only IB is implemented at the moment
170
int nLongClustersStave[4][mNStaves[6]] = { {} }; // for OB. nLongClustersStaveave[n][m] means stave L<3+n>_<m>
171
0 commit comments