Project
Loading...
Searching...
No Matches
o2::framework::Enumeration< BEGIN, END, STEP > Struct Template Reference

#include <AnalysisTask.h>

Static Public Attributes

static constexpr int64_t begin = BEGIN
 
static constexpr int64_t end = END
 
static constexpr int64_t step = STEP
 

Detailed Description

template<int64_t BEGIN, int64_t END, int64_t STEP = 1>
struct o2::framework::Enumeration< BEGIN, END, STEP >

Definition at line 49 of file AnalysisTask.h.

Member Data Documentation

◆ begin

template<int64_t BEGIN, int64_t END, int64_t STEP = 1>
constexpr int64_t o2::framework::Enumeration< BEGIN, END, STEP >::begin = BEGIN
staticconstexpr

Definition at line 50 of file AnalysisTask.h.

◆ end

template<int64_t BEGIN, int64_t END, int64_t STEP = 1>
constexpr int64_t o2::framework::Enumeration< BEGIN, END, STEP >::end = END
staticconstexpr

Definition at line 51 of file AnalysisTask.h.

◆ step

template<int64_t BEGIN, int64_t END, int64_t STEP = 1>
constexpr int64_t o2::framework::Enumeration< BEGIN, END, STEP >::step = STEP
staticconstexpr

Definition at line 52 of file AnalysisTask.h.


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