19#ifndef TILEL2ALGS_TILERAWCHANNELTOL2_H
20#define TILEL2ALGS_TILERAWCHANNELTOL2_H
30#include "GaudiKernel/ToolHandle.h"
61 virtual StatusCode
execute(
const EventContext& ctx)
const override;
66 ToolHandle<TileL2Builder>
m_tileL2Builder{
this,
"TileL2Builder",
"TileL2Builder",
"Tile L2 builder tool"};
70 "Output Tile L2 container key"};
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a WriteHandle is made.
TileRawChannelToL2(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::WriteHandleKey< TileL2Container > m_l2ContainerKey
TileL2Container in detector store.
ToolHandle< TileL2Builder > m_tileL2Builder
Pointer to TileL2Builder.
virtual ~TileRawChannelToL2()
Destructor.