Skip to content

Commit d84f54e

Browse files
committed
dummy commit to retrigger unrelated failed check
1 parent 691d469 commit d84f54e

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
@@ -167,7 +167,7 @@ void ITSClusterTask::monitorData(o2::framework::ProcessingContext& ctx)
167167
int nClusters3pix = 0;
168168
int nLongClusters[ChipBoundary[NLayerIB]] = {}; // for IB
169169
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>
170+
int nLongClustersStave[4][mNStaves[6]] = { {} }; // for OB. nLongClustersStave[n][m] means stave L<3+n>_<m>
171171

172172
for (int icl = ROF.getFirstEntry(); icl < ROF.getFirstEntry() + ROF.getNEntries(); icl++) {
173173

0 commit comments

Comments
 (0)