Skip to content

Commit 8eee3cd

Browse files
author
Lucia Anna Tarasovicova
committed
Fixing the filter
1 parent 1a51971 commit 8eee3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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;
234+
std::vector<o2::framework::InputSpec> filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "CTP", "RAWDATA" }, o2::framework::Lifetime::Timeframe } };
235235
std::vector<o2::ctp::LumiInfo> lumiPointsHBF1;
236236
std::vector<o2::ctp::CTPDigit> outputDigits;
237237

0 commit comments

Comments
 (0)