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 691d469 commit d84f54eCopy full SHA for d84f54e
Modules/ITS/src/ITSClusterTask.cxx
@@ -167,7 +167,7 @@ void ITSClusterTask::monitorData(o2::framework::ProcessingContext& ctx)
167
int nClusters3pix = 0;
168
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>
+ int nLongClustersStave[4][mNStaves[6]] = { {} }; // for OB. nLongClustersStave[n][m] means stave L<3+n>_<m>
171
172
for (int icl = ROF.getFirstEntry(); icl < ROF.getFirstEntry() + ROF.getNEntries(); icl++) {
173
0 commit comments