ATLAS Offline Software
Loading...
Searching...
No Matches
ParameterMapping Struct Reference

#include <MeasurementSelector.h>

Collaboration diagram for ParameterMapping:

Public Types

template<std::size_t N>
using type = std::array<unsigned char, N>

Static Public Member Functions

template<std::size_t N>
static constexpr type< N > identity ()

Detailed Description

Definition at line 131 of file MeasurementSelector.h.

Member Typedef Documentation

◆ type

template<std::size_t N>
using ParameterMapping::type = std::array<unsigned char, N>

Definition at line 134 of file MeasurementSelector.h.

Member Function Documentation

◆ identity()

template<std::size_t N>
constexpr type< N > ParameterMapping::identity ( )
inlinestaticconstexpr

Definition at line 137 of file MeasurementSelector.h.

137 {
138 type<N> ret;
139 for(int i=0; i<N; ++i) {
140 ret[i]=i;
141 }
142 return ret;
143 }
std::array< unsigned char, N > type

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