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 OutputSpec const spec ()
 
static OutputRef ref ()
 

Detailed Description

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

Definition at line 170 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 172 of file AnalysisHelpers.h.

◆ table_t

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

Definition at line 171 of file AnalysisHelpers.h.

Member Function Documentation

◆ ref()

template<typename T >
static OutputRef o2::framework::OutputForTable< T >::ref ( )
inlinestatic

Definition at line 179 of file AnalysisHelpers.h.

◆ spec()

template<typename T >
static OutputSpec const o2::framework::OutputForTable< T >::spec ( )
inlinestatic

Definition at line 174 of file AnalysisHelpers.h.


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