ATLAS Offline Software
Loading...
Searching...
No Matches
CaloExtensionBuilderAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef TRK_CALOEXTENSIONBUILDERALG_H
6#define TRK_CALOEXTENSIONBUILDERALG_H
13
15#include "GaudiKernel/ToolHandle.h"
23namespace Trk {
53{
54public:
55 using AthReentrantAlgorithm::AthReentrantAlgorithm;
56 virtual StatusCode initialize() override final;
57 virtual StatusCode execute(const EventContext& ctx) const override final;
58
59private:
61 ToolHandle<Trk::IParticleCaloExtensionTool> m_particleCaloExtensionTool{
62 this,
63 "LastCaloExtentionTool",
64 "Trk::CaloExtensionBuilderTool"
65 };
66
69 this,
70 "ParticleCache",
71 "ParticleCaloExtension",
72 "Name of the particle measurement extrapolation cache"
73 };
74
77 this,
78 "TrkPartContainerName",
79 "InDetTrackParticles",
80 "Container of tracks"
81 };
82};
83} // namespace Trk
84
85#endif //
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.