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 f256c31 commit 63c8664Copy full SHA for 63c8664
Framework/Core/include/Framework/ASoA.h
@@ -2388,7 +2388,7 @@ O2HASH("TEST/0");
2388
using column_t = _Name_; \
2389
using spawnable_t = std::true_type; \
2390
_Name_(arrow::ChunkedArray const* column) \
2391
- : o2::soa::Column<_Type_, _Name_>(o2::soa::ColumnIterator<type>(column)) \
+ : o2::soa::PersistentColumn<_Type_, _Name_>(o2::soa::ColumnIterator<type>(column)) \
2392
{ \
2393
} \
2394
\
0 commit comments