ATLAS Offline Software
Loading...
Searching...
No Matches
TrackParticleTruthDecorationAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ACTSTRK_TRACKPARTICLETRUTHDECORATIONALG_H
6#define ACTSTRK_TRACKPARTICLETRUTHDECORATIONALG_H 1
7
8#undef NDEBUG
9// Base Class
11
12// Gaudi includes
13#include "Gaudi/Property.h"
14
15// Handle Keys
17
21
22namespace ActsTrk
23{
25 {
26 public:
28
29 virtual StatusCode initialize() override;
30 virtual StatusCode finalize() override;
31 virtual StatusCode execute(const EventContext &ctx) const override;
32
33 private:
35 {this, "TrackToTruthAssociationMaps",{},
36 "Association maps from tracks to generator particles for all Acts tracks linked from the given track particle." };
37
39 {this,"TrackParticleContainerName", "InDetTrackParticles",""};
40
42 std::vector<SG::WriteDecorHandleKey<xAOD::TrackParticleContainer> > m_linkDecor;
43 std::vector<SG::WriteDecorHandleKey<xAOD::TrackParticleContainer> > m_floatDecor;
44 };
45
46} // namespace
47
48#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_linkDecor
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKeyArray< TrackToTruthParticleAssociation > m_trackToTruth
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trkParticleName
std::vector< SG::WriteDecorHandleKey< xAOD::TrackParticleContainer > > m_floatDecor
TrackTruthMatchingBaseAlg(const std::string &name, ISvcLocator *pSvcLocator)
TrackTruthMatchingBaseAlg(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a ReadHandle is made.
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray