Skip to content

Commit 691d469

Browse files
committed
small fix
1 parent 828d167 commit 691d469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/ITS/src/ITSClusterTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void ITSClusterTask::monitorData(o2::framework::ProcessingContext& ctx)
165165
int nDigits3pixLay[7] = { 0 };
166166
int nClusters3pixLay[7] = { 0 };
167167
int nClusters3pix = 0;
168-
int nLongClusters[ChipBoundary[NLayerIB + 2]] = {}; // for IB
168+
int nLongClusters[ChipBoundary[NLayerIB]] = {}; // for IB
169169
int nHitsFromClusters[ChipBoundary[NLayerIB]] = {}; // only IB is implemented at the moment
170170
int nLongClustersStave[4][mNStaves[6]] = { {} }; // for OB. nLongClustersStaveave[n][m] means stave L<3+n>_<m>
171171

0 commit comments

Comments
 (0)