ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleCaloCellDecorator.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5/* TrackParticleCaloCellDecorator.h */
6/* Decorates the InDetTrackParticles Container with calorimeter */
7/* cell information. */
8
9#ifndef DERIVATIONFRAMEWORK_TRACKPARTICLECALOCELLDECORATOR_H
10#define DERIVATIONFRAMEWORK_TRACKPARTICLECALOCELLDECORATOR_H
11
12#include <string>
13
18
19namespace DerivationFramework {
20
21 class TrackParticleCaloCellDecorator : public extends<AthAlgTool, IAugmentationTool> {
22 public:
23
24 using base_class::base_class;
25
26 virtual StatusCode initialize() override final;
27 virtual StatusCode addBranches(const EventContext& ctx) const override final;
28
29 private:
31 this, "ContainerName", "", "track particle container name"};
32
34 this, "ClusterAssocContainerName", "", "track particle container name"};
35
78 };
79}
80
81#endif // DERIVATIONFRAMEWORK_TRACKPARTICLECALOCELLDECORATOR_H
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellQualityKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellXKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldYKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellZKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldPhiKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldZKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellTKey
SG::ReadHandleKey< xAOD::TrackParticleClusterAssociationContainer > m_trackContainerKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellEtaKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellEneDiffKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellGainKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldEtaKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellPhiKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldRKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellSamplingKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCelldXKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellIDKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trackParticleContainerKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellEKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellTimeDiffKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellProvenanceKey
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellRKey
virtual StatusCode addBranches(const EventContext &ctx) const override final
SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > m_decCellYKey
THE reconstruction tool.