We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b816b24 commit 7e5f407Copy full SHA for 7e5f407
Framework/Core/include/Framework/AnalysisHelpers.h
@@ -229,7 +229,7 @@ struct TableTransform {
229
/// This helper struct allows you to declare extended tables which should be
230
/// created by the task (as opposed to those pre-defined by data model)
231
template <typename T>
232
-concept is_spawnable = soa::has_metadata<aod::MetadataTrait<T>> && soa::has_extension<typename aod::MetadataTrait<T>::metadata>;
+concept is_spawnable = soa::has_metadata<aod::MetadataTrait<o2::aod::Hash<T::ref.desc_hash>>> && soa::has_extension<typename aod::MetadataTrait<o2::aod::Hash<T::ref.desc_hash>>::metadata>;
233
234
template <is_spawnable T>
235
constexpr auto transformBase()
0 commit comments