Project
Loading...
Searching...
No Matches
o2::framework::is_spawnable Concept Reference

#include <AnalysisHelpers.h>

Concept definition

template<typename T>
concept o2::framework::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>

Detailed Description

This helper struct allows you to declare extended tables which should be created by the task (as opposed to those pre-defined by data model)

Definition at line 248 of file AnalysisHelpers.h.