diff --git a/Modules/ITS/src/ITSFeeTask.cxx b/Modules/ITS/src/ITSFeeTask.cxx index ae3cfe1331..c695e3886e 100644 --- a/Modules/ITS/src/ITSFeeTask.cxx +++ b/Modules/ITS/src/ITSFeeTask.cxx @@ -159,7 +159,7 @@ void ITSFeeTask::monitorData(o2::framework::ProcessingContext& ctx) int difference; start = std::chrono::high_resolution_clock::now(); - std::vector rawDataFilter{ InputSpec{ "", ConcreteDataTypeMatcher{ "DS", "RAWDATA0" }, Lifetime::Timeframe } }; + std::vector rawDataFilter{ InputSpec{ "", ConcreteDataTypeMatcher{ "DS", "feedata0" }, Lifetime::Timeframe } }; DPLRawParser parser(ctx.inputs(), rawDataFilter); for (auto it = parser.begin(), end = parser.end(); it != end; ++it) { auto const* rdh = it.get_if(); diff --git a/Modules/ITS/src/ITSFhrTask.cxx b/Modules/ITS/src/ITSFhrTask.cxx index 9f8bc2683a..c06f7aeee6 100644 --- a/Modules/ITS/src/ITSFhrTask.cxx +++ b/Modules/ITS/src/ITSFhrTask.cxx @@ -383,7 +383,7 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx) if (lay < NLayerIB) { istave += StaveBoundary[lay]; } else { - istave += StaveBoundary[lay - NLayerIB]; + istave += StaveBoundary[lay] - StaveBoundary[NLayerIB]; } for (int i = 0; i < 13; i++) { if (((uint32_t)(rdh->triggerType) >> i & 1) == 1) {