12 #ifndef DERIVATIONFRAMEWORK_CALOCELLDECORATOR_H
13 #define DERIVATIONFRAMEWORK_CALOCELLDECORATOR_H
21 #include "GaudiKernel/EventContext.h"
36 using base_class::base_class;
46 std::vector<float> cells_E{};
47 std::vector<float> cells_time{};
48 std::vector<float> cells_eta{};
49 std::vector<float> cells_phi{};
50 std::vector<float> cells_x{};
51 std::vector<float> cells_y{};
52 std::vector<float> cells_z{};
53 std::vector<int> cells_gain{};
54 std::vector<int> cells_layer{};
55 std::vector<int> cells_quality{};
56 std::vector<uint64_t> cells_onlId{};
70 "SG Key of LArOnOffIdMapping object"
78 "SG key of photon container"
84 "SGKey_photons_decorations",
86 "cells_E",
"cells_time",
"cells_eta",
"cells_phi",
87 "cells_x",
"cells_y",
"cells_z",
"cells_gain",
88 "cells_layer",
"cells_quality",
"cells_onlId",
"ncells"},
89 "SG keys for photon decorations"
97 "SG key of electron container"
103 "SGKey_electrons_decorations",
105 "cells_E",
"cells_time",
"cells_eta",
"cells_phi",
106 "cells_x",
"cells_y",
"cells_z",
"cells_gain",
107 "cells_layer",
"cells_quality",
"cells_onlId",
"ncells"},
108 "SG keys for electrons decorations"
119 const EventContext& ctx)
const;
127 const EventContext& ctx)
const;
131 #endif // DERIVATIONFRAMEWORK_CALOCELLDECORATOR_H