You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constexprauto a = o2::soa::mergeOriginals<typename Cs::binding_t...>(); \
3275
+
return o2::aod::filterForKey<a.size(), a, Key>(); \
3276
+
}(framework::pack<__VA_ARGS__>{}); \
3277
+
static_assert(sources.size() - Key::originals.size() + 1== framework::pack_size(index_pack_t{}), "One of the referred tables does not have index to Key"); \
3278
+
}; \
3279
+
using _Name_##Metadata = _Name_##MetadataFrom<o2::aod::Hash<_Origin_ ""_h>>; \
3280
+
\
3281
+
template <typename O = o2::aod::Hash<_Origin_ ""_h>> \
3282
+
using _Name_##From = o2::soa::IndexTable<o2::aod::Hash<#_Name_ ""_h>, o2::aod::Hash<_Desc_ "/" #_Version_ ""_h>, O, _Key_, __VA_ARGS__>; \
3283
+
using _Name_ = _Name_##From<o2::aod::Hash<_Origin_ ""_h>>; \
0 commit comments