diff --git a/Modules/ITS/src/ITSFhrTask.cxx b/Modules/ITS/src/ITSFhrTask.cxx index e5be8d818b..353c04d8a7 100644 --- a/Modules/ITS/src/ITSFhrTask.cxx +++ b/Modules/ITS/src/ITSFhrTask.cxx @@ -339,7 +339,8 @@ void ITSFhrTask::monitorData(o2::framework::ProcessingContext& ctx) //set Decoder mDecoder->startNewTF(ctx.inputs()); mDecoder->setDecodeNextAuto(true); - DPLRawParser parser(ctx.inputs()); //set input data + std::vector rawDataFilter{ InputSpec{ "", ConcreteDataTypeMatcher{ "DS", "RAWDATA0" }, Lifetime::Timeframe } }; + DPLRawParser parser(ctx.inputs(), rawDataFilter); //set input data //get data information from RDH(like witch layer, stave, link, trigger type) int lay = 0;