5#ifndef TRK_CALOEXTENSIONBUILDERALG_H
6#define TRK_CALOEXTENSIONBUILDERALG_H
15#include "GaudiKernel/ToolHandle.h"
55 using AthReentrantAlgorithm::AthReentrantAlgorithm;
56 virtual StatusCode
initialize()
override final;
57 virtual StatusCode
execute(
const EventContext& ctx)
const override final;
63 "LastCaloExtentionTool",
64 "Trk::CaloExtensionBuilderTool"
71 "ParticleCaloExtension",
72 "Name of the particle measurement extrapolation cache"
78 "TrkPartContainerName",
79 "InDetTrackParticles",
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.
An algorithm that can be simultaneously executed in multiple threads.
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.
This algorithm creates a calo extension collection and stores it in a Gaudi Gate named "ParticleCaloE...
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_TrkPartContainerKey
input Track collection and vertex
virtual StatusCode initialize() override final
virtual StatusCode execute(const EventContext &ctx) const override final
ToolHandle< Trk::IParticleCaloExtensionTool > m_particleCaloExtensionTool
the Calo Extension tool
SG::WriteHandleKey< CaloExtensionCollection > m_ParticleCacheKey
output particle calo extension collection
Ensure that the ATLAS eigen extensions are properly loaded.