Project
Loading...
Searching...
No Matches
o2::framework::OutputForTable< T > Struct Template Reference

#include <AnalysisHelpers.h>

Public Types

using table_t = decltype(typeWithRef< T >())
 
using metadata = aod::MetadataTrait< o2::aod::Hash< table_t::ref.desc_hash > >::metadata
 

Static Public Member Functions

static constexpr auto spec ()
 
static constexpr auto ref ()
 

Detailed Description

template<typename T>
requires soa::is_table<T> || soa::is_iterator<T>
struct o2::framework::OutputForTable< T >

Definition at line 561 of file AnalysisHelpers.h.

Member Typedef Documentation

◆ metadata

template<typename T >
using o2::framework::OutputForTable< T >::metadata = aod::MetadataTrait<o2::aod::Hash<table_t::ref.desc_hash> >::metadata

Definition at line 563 of file AnalysisHelpers.h.

◆ table_t

template<typename T >
using o2::framework::OutputForTable< T >::table_t = decltype(typeWithRef<T>())

Definition at line 562 of file AnalysisHelpers.h.

Member Function Documentation

◆ ref()

template<typename T >
static constexpr auto o2::framework::OutputForTable< T >::ref ( )
inlinestaticconstexpr

Definition at line 570 of file AnalysisHelpers.h.

◆ spec()

template<typename T >
static constexpr auto o2::framework::OutputForTable< T >::spec ( )
inlinestaticconstexpr

Definition at line 565 of file AnalysisHelpers.h.


The documentation for this struct was generated from the following file: