30 namespace ActsExamples {
31 struct AlgorithmContext;
85 std::vector<std::tuple<uint32_t, std::size_t, std::size_t>>
m_eventMap;
92 "tx",
"ty",
"tz",
"tt",
"tpx",
"tpy",
93 "tpz",
"te",
"deltapx",
"deltapy",
"deltapz",
"deltae"};
94 constexpr
static std::array<const char *, 2>
m_uint64Keys = {
"geometry_id",
97 "event_id",
"volume_id",
"boundary_id",
98 "layer_id",
"approach_id",
"sensitive_id"};
99 constexpr
static std::array<const char *, 1>
m_int32Keys = {
"index"};