28 [[nodiscard]] constexpr
inline float LayerZ(
const uint16_t layerId)
const noexcept {
return fLayersZ[layerId - 1]; }
const GeomStrawsArrayT fStraws
constexpr uint16_t GEOM_STRAWS_LAYERS_Z_SIZE
constexpr uint16_t GEOM_STRAWS_ARRAY_SIZE
std::array< PndFtsStraw, GEOM_STRAWS_ARRAY_SIZE > GeomStrawsArrayT
constexpr PndFtsStraw Straw(const uint16_t strawId) const noexcept
std::array< float, GEOM_STRAWS_LAYERS_Z_SIZE > GeomLayersZArrayT
constexpr float LayerZ(const uint16_t layerId) const noexcept
constexpr PndFtsStraw Straw(const PndFtsSimpleHit &hit) const noexcept
constexpr PndFtsGeom(GeomStrawsArrayT straws, GeomLayersZArrayT layersZ) noexcept
const GeomLayersZArrayT fLayersZ