5#ifndef TRIGT2BEAMSPOT_IDX_H
6#define TRIGT2BEAMSPOT_IDX_H
13constexpr std::int8_t
g_order[3][3][3][3] = {
84template<
unsigned Bx,
unsigned By,
unsigned tx,
unsigned ty,
unsigned ox,
unsigned oy>
87 constexpr int i1 =
g_order[Bx][By][tx][ty];
89 static_assert(i1 >= 0 && i2 >= 0,
"idx(): invalid power combination");
constexpr std::int8_t g_order2[3][3]
constexpr std::int8_t g_order[3][3][3][3]
constexpr unsigned g_size
constexpr unsigned g_size2