diff --git a/Modules/CTP/src/RawDataQcTask.cxx b/Modules/CTP/src/RawDataQcTask.cxx index 9a1b7aca4c..9d6f468ca8 100644 --- a/Modules/CTP/src/RawDataQcTask.cxx +++ b/Modules/CTP/src/RawDataQcTask.cxx @@ -231,7 +231,7 @@ void CTPRawDataReaderTask::monitorData(o2::framework::ProcessingContext& ctx) static constexpr double sOrbitLengthInMS = o2::constants::lhc::LHCOrbitMUS / 1000; auto nOrbitsPerTF = 32.; // get the input - std::vector filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "CTP", "RAWDATA" }, o2::framework::Lifetime::Timeframe } }; + std::vector filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "DS", "RAWDATA" }, o2::framework::Lifetime::Timeframe } }; std::vector lumiPointsHBF1; std::vector outputDigits; diff --git a/Modules/CTP/src/qc-ctp.json b/Modules/CTP/src/qc-ctp.json index 43b82c517f..4c83bc3071 100644 --- a/Modules/CTP/src/qc-ctp.json +++ b/Modules/CTP/src/qc-ctp.json @@ -104,6 +104,7 @@ "active": "true", "machines": [], "query": "random:CTP/RAWDATA", + "outputs": "filter:DS/RAWDATA", "samplingConditions": [ { "condition": "random",