File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,9 +199,13 @@ void QcMFTDigitTask::initialize(o2::framework::InitContext& /*ctx*/)
199199 }
200200
201201 // Pixel hit maps
202+ int maxVectorIndex = mNumberOfPixelMapsPerFLP [mCurrentFLP ] + mNumberOfPixelMapsPerFLP [4 - mCurrentFLP ];
203+ for (int iVectorIndex = 0 ; iVectorIndex < maxVectorIndex; iVectorIndex++) {
204+ // create only hit maps corresponding to the FLP
205+ int iChipIndex = getChipIndexPixelOccupancyMap (iVectorIndex);
206+ }
202207
203208 if (mNoiseScan == 1 ) { // to be executed only for special runs
204- int maxVectorIndex = mNumberOfPixelMapsPerFLP [mCurrentFLP ] + mNumberOfPixelMapsPerFLP [4 - mCurrentFLP ];
205209 for (int iVectorIndex = 0 ; iVectorIndex < maxVectorIndex; iVectorIndex++) {
206210 // create only hit maps corresponding to the FLP
207211 int iChipIndex = getChipIndexPixelOccupancyMap (iVectorIndex);
You can’t perform that action at this time.
0 commit comments