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 51a373d commit e4d1bdeCopy full SHA for e4d1bde
Framework/Core/include/Framework/AnalysisHelpers.h
@@ -192,7 +192,7 @@ struct ProducesGroup {
192
};
193
194
/// Helper template for table transformations
195
-template <o2::aod::is_metadata M, soa::TableRef Ref>
+template <soa::is_metadata M, soa::TableRef Ref>
196
struct TableTransform {
197
using metadata = M;
198
constexpr static auto sources = M::sources;
0 commit comments