We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df83500 commit 0ff2243Copy full SHA for 0ff2243
Framework/Core/include/Framework/AnalysisHelpers.h
@@ -69,7 +69,7 @@ template <TableRef R>
69
constexpr auto tableRef2ConfigParamSpec()
70
{
71
return o2::framework::ConfigParamSpec{
72
- std::string{"iput:"} + o2::aod::Hash<R.label_hash>::str,
+ std::string{"input:"} + o2::aod::Hash<R.label_hash>::str,
73
framework::VariantType::String,
74
aod::sourceSpec<R>(),
75
{"\"\""}};
0 commit comments