ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
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 124 of file MeasurementSelector.h.

Member Typedef Documentation

◆ type

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

Definition at line 127 of file MeasurementSelector.h.

Member Function Documentation

◆ identity()

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

Definition at line 130 of file MeasurementSelector.h.

130  {
131  type<N> ret;
132  for(int i=0; i<N; ++i) {
133  ret[i]=i;
134  }
135  return ret;
136  }

The documentation for this struct was generated from the following file:
JetTiledMap::N
@ N
Definition: TiledEtaPhiMap.h:44
lumiFormat.i
int i
Definition: lumiFormat.py:92
ret
T ret(T t)
Definition: rootspy.cxx:260