18 template <
typename T>
void matchTOBs(T& TOBs, T& xTOBs) {
21 std::set<uint32_t> tobCoords;
24 for (
auto t : *TOBs) {
25 uint32_t
coord = t->word0()>>16;
26 tobCoords.insert(
coord);
30 for (
auto t : *xTOBs) {
31 uint32_t
coord = t->word0()>>16;
32 if (tobCoords.find(
coord) != tobCoords.end()) t->setIsTOB(1);
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...
void matchTOBs(T &TOBs, T &xTOBs)