Skip to content

Commit d73909d

Browse files
authored
quickfix: RAWDATA->CTPRAWDATA (#2655)
1 parent 878ab9e commit d73909d

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
@@ -289,7 +289,7 @@ void CTPRawDataReaderTask::monitorData(o2::framework::ProcessingContext& ctx)
289289
static constexpr double sOrbitLengthInMS = o2::constants::lhc::LHCOrbitMUS / 1000;
290290
auto nOrbitsPerTF = 32.;
291291
// get the input
292-
std::vector<o2::framework::InputSpec> filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "DS", "RAWDATA" }, o2::framework::Lifetime::Timeframe } };
292+
std::vector<o2::framework::InputSpec> filter{ o2::framework::InputSpec{ "filter", o2::framework::ConcreteDataTypeMatcher{ "DS", "CTPRAWDATA" }, o2::framework::Lifetime::Timeframe } };
293293
std::vector<o2::ctp::LumiInfo> lumiPointsHBF1;
294294
std::vector<o2::ctp::CTPDigit> outputDigits;
295295

0 commit comments

Comments
 (0)