We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a996138 commit be0ec19Copy full SHA for be0ec19
1 file changed
Modules/ITS/src/ITSClusterTask.cxx
@@ -157,8 +157,8 @@ void ITSClusterTask::monitorData(o2::framework::ProcessingContext& ctx)
157
158
const auto& ROF = clusRofArr[iROF];
159
const auto bcdata = ROF.getBCData();
160
- int nClusters3pixLay[7] = { 0 };
161
int nDigits3pixLay[7] = { 0 };
+ int nClusters3pixLay[7] = { 0 };
162
int nClusters3pix = 0;
163
int nLongClusters[ChipBoundary[NLayerIB]] = {};
164
int nHitsFromClusters[ChipBoundary[NLayerIB]] = {}; // only IB is implemented at the moment
0 commit comments