5#ifndef gTowerMakerFromGfexTowers_H
6#define gTowerMakerFromGfexTowers_H
31 virtual StatusCode
execute()
override;
41 ToolHandle<IgTowerBuilder>
m_gTowerBuilderTool {
this,
"gTowerBuilderTool",
"LVL1::gTowerBuilder",
"Tool that builds gTowers for simulation"};
42 ToolHandle<IgSuperCellTowerMapper>
m_gSuperCellTowerMapperTool {
this,
"gSuperCellTowerMapperTool",
"LVL1::gSuperCellTowerMapper",
"Tool that maps supercells to gTowers"};
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
This class initializes the Calo (LAr and Tile) offline identifiers.
virtual StatusCode initialize() override
virtual ~gTowerMakerFromGfexTowers()=default
ToolHandle< IgSuperCellTowerMapper > m_gSuperCellTowerMapperTool
SG::WriteHandleKey< LVL1::gTowerContainer > m_gTowerContainerSGKey
SG::ReadHandleKey< xAOD::gFexTowerContainer > m_gDataTowerKey
virtual StatusCode execute() override
gTowerMakerFromGfexTowers(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< IgTowerBuilder > m_gTowerBuilderTool
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.
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...