Skip to content

Commit aba15e2

Browse files
author
Lucia Anna Tarasovicova
committed
fix the filter
1 parent 3a77674 commit aba15e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Modules/CTP/src/RawDataQcTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void CTPRawDataReaderTask::monitorData(o2::framework::ProcessingContext& ctx)
231231
static constexpr double sOrbitLengthInMS = o2::constants::lhc::LHCOrbitMUS / 1000;
232232
auto nOrbitsPerTF = 32.;
233233
// get the input
234-
std::vector<o2::framework::InputSpec> filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "CTP", "RAWDATA" }, o2::framework::Lifetime::Timeframe } };
234+
std::vector<o2::framework::InputSpec> filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "DS", "RAWDATA" }, o2::framework::Lifetime::Timeframe } };
235235
std::vector<o2::ctp::LumiInfo> lumiPointsHBF1;
236236
std::vector<o2::ctp::CTPDigit> outputDigits;
237237

Modules/CTP/src/qc-ctp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"active": "true",
105105
"machines": [],
106106
"query": "random:CTP/RAWDATA",
107+
"outputs": "filter:DS/RAWDATA",
107108
"samplingConditions": [
108109
{
109110
"condition": "random",

0 commit comments

Comments
 (0)