27#ifndef TRIGT1CALOSIM_LARTTL1OVERLAY_H
28#define TRIGT1CALOSIM_LARTTL1OVERLAY_H
37#include "Identifier/Identifier.h"
51 virtual StatusCode
initialize()
override final;
52 virtual StatusCode
execute(
const EventContext& ctx)
const override final;
67 std::map<
Identifier, std::vector<const LArTTL1*>> &towerMap)
const;
70 StatusCode
overlay(
const EventContext& ctx,
74 const std::string &
label)
const;
An algorithm that can be simultaneously executed in multiple threads.
Container class for LArTTL1.
virtual StatusCode initialize() override final
void groupTowers(const LArTTL1Container *towers, std::map< Identifier, std::vector< const LArTTL1 * > > &towerMap) const
Steps over LAr tower collection and overlays on existing collection.
SG::WriteHandleKey< LArTTL1Container > m_outputHadTTL1Key
SG::WriteHandleKey< LArTTL1Container > m_outputEmTTL1Key
SG::ReadHandleKey< LArTTL1Container > m_bkgHadTTL1Key
SG::ReadHandleKey< LArTTL1Container > m_bkgEmTTL1Key
virtual StatusCode execute(const EventContext &ctx) const override final
Main algorithm execute.
SG::ReadHandleKey< LArTTL1Container > m_signalEmTTL1Key
LArTTL1Overlay(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< LArTTL1Container > m_signalHadTTL1Key
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
std::string label(const std::string &format, int i)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...